ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Using Java 1.2
Author:
Mike Morgan
ISBN:
0 7897 1627 5
Publisher:
Que
Pages:
840pp
Price:
£27-49
Reviewer:
Mark Kuschnir
Subject:
java
Appeared in:
11-4
This is one of the best-written introductory Java books I've ever read! It has plenty of good points and just a couple of slightly bad points.

The book is aimed at beginner/intermediate programmers starting out with Java using the JDK1.2 environment (now Java 2!). It teaches Java from the ground up. It is divided into eight sections that range from the initial Getting Started to the final Advanced Java and progresses through these sections at an intelligent pace. It provides coverage of the Java programming language and some of the major packages - especially Swing. The later sections cover topics such as JavaBeans, JDBC and JNI. Even after having used it as a learning aid it will make a useable reference.

What I found quite surprising was that the book even includes reasonable introductions to OOA, OOD and UML! I got the impression that the author is a seasoned programmer/trainer who recommends good programming practice. As I was reading the book it actually made me think 'I hadn't thought of that'!

The two bad points are predominantly stylistic issues that neither I or JavaSoft agree with; class names and symbolic constants. The author recommends prefixing class names with a T - e.g. 'TCar' rather than just 'Car'. He also recommends using mixed case for symbolic constants - e.g. 'kConst' instead of 'CONST'. I would like to see the next edition follow the practices recommended by the Java Language Specification.

Other notable points about the book include; it's cheap for its page count, it does NOT include the usual 'obligatory' CDROM and it has comprehensive indices.

This book was a refreshing change from much of the drivel written about Java. It is obvious the author has put in a great deal of work to produce a book that goes beyond the usual regurgitation of Javadoc documentation with examples. Recommended.