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:
Computing Concepts with Java Essentials 2ed
Author:
Cay Horstmann
ISBN:
0 471 34609 8
Publisher:
Wiley
Pages:
762
Price:
£24-95
Reviewer:
Graham Kendall
Subject:
java
Appeared in:
12-3
Being relatively new to Java I started reading this book from the first page. It was not too long before I was a little bemused. I was being told what a computer is and what programming is. Next I was confronted by pictures of hard discs, RAM chips, motherboards, CD-ROM drives and Intel processors, together with details of how high level instructions are converted to binary so that they can be understood by the processor (or, in this case, the Java Virtual Machine).

Okay, I can accept all this, or, more importantly, somebody totally new to computing might appreciate these insights, but then the book totally loses it for me. After assuming that the reader is starting from the very basics it then says 'For now, you should make a new program file and call it

hello.java
.. compile and run the program.' Now, I know the difficulties in trying to cover the many different development environments, but how does the author expect the reader to take the leap from knowing nothing, to being able to compile a java program?

It may just be me, but I thought the book kept flipping between treating the reader as a complete novice and then treating the reader as if they have some degree of knowledge.

Don't get me wrong. The information in the book is not particularly bad but, as an experienced user I found, in places, it talked down to me. I suspect inexperienced users would find parts of it difficult.

I think there are better books than this one available.