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 trialHitesh Mantha
992 PointsTreehouse java basics is using non-standard code like console.readline I'm not sure if I should pay and commit
like console.readline instead of scanner. does this get better?
2 Answers
Tonnie Fanadez
UX Design Techdegree Graduate 22,796 PointsHello Hitesh Mantha
Actually the console object is just an introduction to Java so that you can learn and navigate your way to more sophisticated objects and you will also be shown how to set up and use the Intellij IDE. You will come across Java Data Structures, Object-Oriented Programming, Interfaces etc which are more interesting not forgetting that the IDE will be autocompleting your code so that you can also run and tests Java Programs. Furthermore, Treehouse has Android /Kotlin tutorials where you can apply the learned Java Knowledge. I would really recommend Treehouse courses.
Happy Programming
JUAN MURILLO
1,149 PointsIt will then change to system.out.println It hurts in the beginning of any programming language that's when some give up and some stay in the battle. I gave up once . I regret it because I had to start all over a year later. Don't give because once you break through the initial resistance phase . It's a wow..
Tonnie Fanadez
UX Design Techdegree Graduate 22,796 PointsWell said mate.....