vote up 1 vote down star

Hi,

What are the Best Books for Learning Java 6?

Regads, Phani

flag

43% accept rate
Are you trying to learn Java in general, or just the new features in Java 6? – Tim Howland Sep 29 '08 at 15:36
This question as been answered so fast lol. No body have give real answer... 2 posts and it was over... – Daok Sep 29 '08 at 17:42

6 Answers

vote up 0 vote down check

At my University we read the Java Concepts series (by Cay Horstmann) as an introduction to Java and programming in general. I used the 4th edition of the book, which is excellent. It's much more understandable and concise than the Deitel & Deitel Java handbook, in my opinion.

I believe the 5th edition deals with Java 6, but I haven't personally read it. It might be worth a look, though.

link|flag
vote up 0 vote down

I'd go for Core Java Volume I and II, by Cay Horstmann and Gary Cornell. The Eighth edition covers Java 6.

link|flag
vote up 0 vote down

If you like your books concise and you're comfortable reading mathematically precise prose, then I would read Java Precisely. Otherwise, a total newbie to programming won't do much better than the Head First Java.

link|flag
vote up 0 vote down

hi there,

isn't it a good idea to test how well you have a learnt a language ? Why not take the SCJP(sun certified java programmer test) ?

if that appeals to you, then the book SCJP Sun Certified Programmer for Java 6 Exam 310-065 http://www.amazon.com/gp/product/0071591060. You will be learning the language as well as testing (to sun's standards) on how good you are.

BR,
~A

link|flag
vote up 1 vote down

Learning Java from scratch? I'd say the Java Tutorials on the Sun web site are a pretty good start, to be honest; they cover language basics, object-oriented programming concepts, I/O, concurrency, collections and Swing, to say the least.

link|flag
vote up 2 vote down

See also the question Best Java Book You Have Read So Far

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.