Best book to study Java
1–10 of 12 posts
Re: Best book to study Java
#2Re: Best book to study Java
#3Re: Best book to study Java
#4From the 4th edition (which was for Java 1.4), it bulked up from 1 inch thick to 2 inches, and stopped specifically targeting C programmers. It's still good, just not as good. Also, since then, Java has added generics, annotation and several other things. Some of these (esp. generics) have a widespread impact on coding. Also, it doesn't cover the ecosystem. But if you want to start with the basics, it has them.
For an introduction to the basics of the language, in terms of C, the earlier editions can't be beat. (your local university library will have several copies - chapters 2 How Java differs from C and 3 Classes and Objects are what you need)
Re: Best book to study Java
#5Re: Best book to study Java
#6Re: Best book to study Java
#7I love the Head first series books. Even though I already had experience with other languages when I started, Head First Java explained things clearly and enjoyably! http://amzn.to/ybDBJv
Re: Best book to study Java
#8Re: Best book to study Java
#9I love the Head first series books. Even though I already had experience with other languages when I started, Head First Java explained things clearly and enjoyably! http://amzn.to/ybDBJv
I can't recommend Head First Java enough - initially I thought it was too whimsical and lacked depth, but it goes over key points simply and repeatedly until you understand them. If you have OOP experience then a lot of the first half of the book will be pretty familiar, but it's useful enough for the syntax/quirks etc
They are structured based on ideas about how people learn rather than ideas about how they should learn.
That's not say that "Learn the Hard Way" is not useful or that I don't admire what Zed Shaw is doing. I think it is really good work.