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 Meet Objects Creating Classes

Why use System.out.printIn and few other newbie questions..

Hello,

English is not my mother's language so I do not get all what the teacher is saying, therefore I have few questions:

1) What is the differnece between System.out.printIn("text") and console.printf("text") 2) Why use new classes? He's created new class and define there String characterName ="Yoda" --- but couldn't he just write String characterName="Yoda" in a main hmm class/paper/java.file? 3) Sometimes he is using =("text") and sometimes ="text" ae brackets necessary

I'd also like some clarification on the difference between System.out.printIn("text") and console.printf("text")