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
tim kmin
640 PointsWhy are we learning in console which isn't actual Java
I was wondering if this course will be actual help since we are doing the console version which is very different from the actual language
2 Answers
Seth Kroger
56,416 PointsUsing the console is very much actual Java. It's part of the standard platform as part of the language. It's just as much actual Java as using Android or Spring or other forms of interacting with a program is.
Christopher Debove
Courses Plus Student 18,373 PointsYup console application are the core of the language.
Android, Spring, etc are what is called frameworks. They are libraries which contains methods to do specifics things on the support you want to develop for.
But "java" is the basic, the syntax, the flow, etc. And the better place to learn those basics is probably the console.