java |
Aftersleep Books
|
||||||||||||||||||||
Java in a Nutshell Fourth EditionThe following report compares books using the SERCount Rating (base on the result count from the search engine). |
|||||||||||||||||||||
|
Aftersleep Books - 2005-06-20 07:00:00 | © Copyright 2004 - www.aftersleep.com () | sitemap | top |
1. Assertions: 12 pages.
2. Logging: 16 pages.
3. New IO: 62 pages.
4. XML: 62 pages.
5. Preferences API: 9 pages.
6. JASS and JSSE: 22 pages (JAAS), 16 pages (JSSE).
7. Regular Expressions: 9 pages.
8. Security: The same as the 3rd ed., and the additions of JAAS and JSSE.
This includes, of course, the information in the quick-reference section, which the previous review omitted. And this is the best part of the book, and this edition: the structure expected in Flanagan's reference remains, but it has been refined (including class heirarchy diagrams for each class, not just for each package) and elaborated. While it may seem overly simple -- it is mostly a listing of the signatures of every public method in every class -- it is invaluable when programming, for it answers the question of *what* the name and parameters of methods are. The *how* to use them is ultimately left to the programmer; the book does not hold your hand.
Thus the book is, of course, merely an overview of the core Java classes. But it summarizes a very large and very complex API in a logical and easy-to-use manner, and those in search of detail on any single subject are better off purchasing a book on that subject.
The only clear fault with this edition -- and it is a major one -- is the omission of the thumb-indexes from the quick-reference section. This makes navigating this most important part of the book more difficult, and I think the use of a magic marker on the edges of pages will become necessary. Except for this flaw, this is a five-star reference, still.