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:
Core Java 2 Vol II Advanced Features
Author:
Cay Horstmann&Gary Cornell
ISBN:
0 13 081934 4
Publisher:
Prentice Hall
Pages:
920pp&CD
Price:
£35-99
Reviewer:
Silvia de Beer
Subject:
java
Appeared in:
12-5
The problem with the Java APIs is that they do not fit in one book anymore. Even not in two thick volumes.

I cannot judge whether this volume II is a good addition on volume I and makes a complete reference. To buy volume II as a reference on its own gives a random selection of topics. The eleven chapters in this book are completely independent of each other. They describe multithreading, collections, networking, JDBC, remote objects, advanced Swing, advanced AWT, JavaBeans, security, internationalisation and native methods. The quality of the contents of the chapter varies. The chapter on multithreading is weak. It does not describe how to correctly make use of threads and be aware of the many pitfalls. The chapter on collections is reasonable but relatively basic.

The short introduction on JDBC and Remote Objects is only good as an introduction. It is insufficient for serious practical use. The two chapters on advanced Swing and AWT are reasonable but seem a bit out of place. They describe trees, tables, toolbars, sliders and tabbed panes, the Java2D API and drag and drop. If you are a GUI developer you probably want a separate reference only concentrating on Swing and the AWT topics.

To conclude, most people are probably better off buying specific references for the separate topics.