Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
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.
It is a pity that the design advice does not refer to known patterns and other reference material. On the overall however, most Java developers will learn from the topics covered in the book. The only negative point I can make is that some topics need more study than the few pages in which they are covered. For example, you will not write good concurrent programs by reading the one section on the synchronized keyword. Other sections warn you of danger, e.g. in using theHashtable, not only to override theequalmethod, but also thehashCodemethod. For some topics I did not mind having only a short introduction to them, because the simple fact that they were introduced to me was useful. If I need them I can easily search for more detailed information, for example this was the case for the garbage collection and reference sections.