Hi,
What are the Best Books for Learning Java 6?
Regads, Phani
|
|
|||||
|
|
|
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. |
||
|
|
|
|
I'd go for Core Java Volume I and II, by Cay Horstmann and Gary Cornell. The Eighth edition covers Java 6. |
||
|
|
|
|
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. |
||
|
|
|
|
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, |
||
|
|
|
|
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. |
||
|
|
|
|
See also the question Best Java Book You Have Read So Far |
||
|
|