|
|
|
Best book to study Java
|
|
8 points
by umangd
5240 days ago
|
|
I have prior experience in C/C++ and want to study JAVA. There are tons of books out there. I am looking for one that teaches the basics as well as gives practical knowledge.. any recommendations? |
|
From 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)