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.
The text is clear and well presented with a gentle reasonably logical progression on subjects. Each chapter is laid out with the main content, a chapter review, simple self-check questions (with answers) and then programming questions with answers in the back of the book. For additional interest, interspersed between various chapters are interviews with various notable computer scientists such as James Gosling. The source code is included within the text of the book but the simple nature of the examples means that there is a suitable balance between code snippets and explanatory text. The so-called case studies are the usual sort of introductory material such as the area of a circle, conversions and simple payroll.
For those who are already familiar with the basics of programming much of the material will be too simple to provide significant value. For those who are absolute beginners and need to understand basic constructs and want to learn via Java (1.1) then this is a useful book. It adds value by interweaving into each chapter a short description of a number of useful topics such as common programming errors, analysis of algorithms and defensive programming. However, given this book is based on 1.1 (AWT) it would benefit from an update, particularly in terms of Swing classes.