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:
Java How to Program 2nd ed.
Author:
Deitel&Deitel
ISBN:
0-13-906249-1
Publisher:
Prentice Hall
Pages:
1063pp
Price:
£25.95
Reviewer:
Brian Bramer
Subject:
java
Appeared in:
10-2
I reviewed the first edition ofJava How to Programin C Vu May 1997 and recommended it as a suitable student text for a first programming module. The second edition follows the same format and has been updated to reflect changes introduced with Java 1.1, in particular the new event-handling model (which is used extensively in example programs). My comments are as for the first edition, a good student text but very compressed.

Comments from colleagues who use it are (1) different programs use different techniques for doing the same thing (which confuses weaker students) and (2) it sometimes uses long complex expressions, which can be difficult to understand. On the positive side all the sample code compiles and works as specified (I am currently using a book where I doubt if any of the sample code has ever been compiled!). There is now an instructor's manual with disc (ISBN 0-13-904947-9) which contains the solutions to the exercises.