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
manideep m
1,964 Pointscan anyone suggest a good text book for reference to learn java basics
required a good text book for reference
2 Answers
james south
Front End Web Development Techdegree Graduate 33,271 Pointsin my opinion you don't need a book, you just need to practice. try codewars for instance. lots of very simple exercises. just dive in. google when you get stuck, hit the java docs, etc.
Seth Kroger
56,416 PointsJava: A Beginner's Guide, Sixth Edition by Herbert Schildt - Is a good reference for a beginner, and is published by Oracle.
Head First Java by Kathy Sierra and Bert Bates - is good book to learn from.