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
Steven Williams
2,199 PointsCompletion of Java basics
Once the Java basic course is completed, what is recommended? Is there an advance course available? Thanks!
3 Answers
Derek Markman
16,291 PointsOnce you complete the java basics course, there are other java courses in the library, but, unless you have a good understanding of what you covered in the 'learn java' course. You won't get as much out of the java library courses.
And personally, if you don't have a good understanding of the java basics, you won't enjoy java that much in general, as it can be a very difficult language to comprehend at times.
Dennis MÃ¥rtensson
7,400 PointsYou should check out the "Learn Java" track, that's 5 courses in 1 track. In that track, the course "Java Objects" comes right after the "Java Basics" course, so you should totally hop on that one! Good luck!
Steven Williams
2,199 PointsThanks for your reply! I completed the Java Basics, and I'm nearly finish Java Objects. I'm actually curious what is recommended after Java Data Structures? Thanks!
Steven Williams
2,199 PointsThanks! I appreciate your reply!
Akhter Rasool
8,597 Pointsso is that track enough for me to grasp at least most of the concepts of java ?
Derek Markman
16,291 PointsYes and no. The learn java course goes over some really important info that you should know about the java language. But like any programming language you won't "grasp" every single concept when you complete the course, but you will have a better understanding of it in general. It would be unrealistic to think otherwise, it takes time just like anything else, plus, different people learn at different paces.
And it also depends if you have done OOP before, because, at least for me, learning OOP concepts was very difficult at first seeing as how I had never done it before, but made more sense to me the more I did it.
The bottom line: it depends on many different factors, to determine whether or not you you will pick up most java concepts after completing the course. But, you will definitely be taught very important and useful concepts that every java developer should know in the 'learn java' course.
Also, what really helped me learn and understand confusing concepts easier, was to, try and create a mini code snippet using what I was just taught after I learned an important topic to make sure i understood the material.
Good luck, and happy coding.
Let me know if you have any other questions.
Steven Williams
2,199 PointsSteven Williams
2,199 PointsThanks for your reply!