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 Basics Getting Started with Java Receiving Input

Java

Why does this video use "console" and print when the Java I learned elsewhere uses commands like System.out.println etc..?

1 Answer

Dear Adnan,

Console & System are both objects in Java that take Input&Output and there are a few key differences , but the main one is that console should be imported from the java.util.Console package , and System is a global object that always exists and do not to be imported. but the functionality is the same

abdulkadir akti
abdulkadir akti
46 Points

I still could not understand how to use console to write codes which frustrate me a lot , I could not go further in course