|
14 of 15 people found the following review helpful:
5.0 out of 5 stars
Unique, Concise, Thorough, June 6, 2000
This is quite simply an amazing book. As a programmer I have encountered many technical books and even more in the way of documentation and I have never found anything quite like this. The author has a unique style that is quite possibly the most forthcoming and concise presenation format one could find on the topic. In honor of this I shall write my review in the same style of the book:1. My first book was Core Java 2 (Fundamentals). As a VB developer trying to learn Java, this was the most elementary book offered by Sun. While the book promises much depth, lack of organization and clarity impeded my ability to work through it. In the second chapter one is already importing classes and fiddling with CLASSPATH variables. 2. In extreme contrast to this, On To Java focuses on syntax in a step by step format that thoroughly covers even the most basic Java "Hello World" type application. Upon this the author builds concepts such as data types, methods, classes and so on in a very methodical step-by-step format. 3. Although this material is more of a drawn out tutorial that focuses on a single application and develops it throughout, it's concise and deliberate format is something that I've found to be lacking in *all* other Java documentation I've perused, including the excellent material from the O'Reilly people. 4. Therefore this is a book for a person who wants a quick but thorough start on Java, who wants to be advised of even the most straight forward syntax before they begin importing classes and looking at sample applications and who wants to focus on the language rather than a specific vendor's product. 5. The limitation of this book is that it is *not* a reference by any means. After one has been through the material they will not draw on this book for supplementary input. However, the authors intention I'm quite sure is that this material is a primer- a preliminary step whereas the complete references are meant to augment one who is already versed in the basics, structure and syntax of Java. Moreover the JDK includes such documentation.
|