<pre>
Author/s : Peter van der Linden
Publisher : Prentice Hall PTR
Category : Beginning Java
Review by : Dirk Schreckmann
Rating : 9 horseshoes </pre>
I wish I'd had a copy of Peter van der Linden's "Just Java 2" when I first began to learn Java programming. This is the best introductory Java book I've read. It's also an excellent reference for experienced developers, with twenty-eight chapters of clear and concise explanations on J2SE topics, plus coverage of some
J2EE topics, including
JDBC, networking, servlets and JSPs, XML and web services.
If you're not quite sure how some part of the Java language or API works, if perhaps a new feature in Java 5, such as generics or auto-boxing (sorry, no coverage on annotations), is unfamiliar territory, you will understand it and how to use it after reading Peter's explanations. On every page, it shows that Peter understands what experienced developers should know, as he explains the purpose, mechanism and use of topic after topic, providing very informative breadth and depth.
If you're brand new to programming, you'll likely want to get hold of another introductory programming resource, and use "Just Java 2" as *the* reference for gaining a strong understanding of Java programming concepts.
Alas, the book no longer includes a CD with example code and miscellaneous utilities. The back cover of the book suggests that all the example programs are available at
http://afu.com/jj6, but they aren't, yet. Don't despair. I'd bet they'll be available soon.
More info at Amazon.com More info at Amazon.co.uk