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 Welcome Back

Java courses here are different than ones I am taking in college.

Why is everything being written straight into the console on these java courses? I primarily use Eclipse and am forced to use Eclipse for my Java classes. Just a curious question since they both work similarly

1 Answer

L B
L B
28,323 Points

It is for illustrative purposes. He is not teaching you to program in Eclipse, he is teaching you java. It doesnt matter where it is done. Then reason for console is because its easier to write the code there and print output as opposed to creating a file. Quite simply put: Its easier, its faster, its simpler to use console.

Eclipse is an IDE. Just helps you java development.