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:
Head First Java
Author:
Kathy Sierra and Bert Bates
ISBN:
0-596-00465-6
Publisher:
O'Reilly
Pages:
617pp
Price:
£28-50
Reviewer:
James Roberts
Subject:
java
Appeared in:
16-2
This is a book that is aimed at teaching Java to a reader who has no knowledge of Java, but has some (but probably not a huge amount of) programming experience. It works very hard at explaining various details in a variety of ways that are designed to help the reader's memory; including humorous cartoons, doggerel, diagrams, 'interviews' with classes, annotated code extracts and a variety of exercises,which the authors strongly encourage the reader to complete. I am not a teaching expert, but I felt that I could use the techniques used by the authors in my own training courses (largely based around ways of saying the same thing in 3 different ways in quick succession without becoming dull).

In general the book works well. I found it interesting in the way that it presented Java in a not overtly technical manner; the prose was readable and generally well structured. For example its coverage of object references I thought was well done remaining accurate while being clear to a non-expert reader.

My only grouses with the book were minor typos, and the claim that you don't need to know the operator precedence rules in Java if you code with plenty of brackets.

However, these are very minor complaints and I would still recommend this book for a newcomer to Java to get started in the language.