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

can anyone suggest a good text book for reference to learn java basics

required a good text book for reference

2 Answers

in 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.

Java: 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.