Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Java Objects (Retired) Meet Objects Creating Classes

Will we eventually be getting to the System.out.println() method or will we always use the console.printf()?

Will we eventually stop using the Console class? This may sound picky, but I find using printf() and readLine() somewhat strange as opposed to System.out.print() and the Scanner class which seem to be much more common is most programs.

Thanks.

2 Answers

Many of the later courses use IntelliJ, so they use the more common approaches. I can see the reason you might dislike using the others, but that's probably something you should get used to if you intend on a job in the field. It's pretty common to have to use some library or API that is different than your preferred. :p

if your talking about the java course yes you will use those