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

Daniel Skeppstedt
Daniel Skeppstedt
175 Points

java.io.Console VS System.out

Hi! I see that you guys use the java.io.Console thing in java movies. I do java studies in school right now and they teach the "System.out" the scanner thingy. So I wondered will it be hard to follow your movies when I use the scanner in most of my programs? e.g. I tried to learn the Integer.parseInt from one of your movies but I did not get it to work with the System.out because you have to write the code in a different way when using the System.out?! is there an answer that can solve my problems because I otherwise really like your movies. /Mr beginner

1 Answer

Craig Dennis
STAFF
Craig Dennis
Treehouse Teacher

You can use System.out.printf.

I'll touch on System.out in the next course.

Stick with it!