Advertisement
Membership
Login
ACCU Buttons
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.
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.
Title:
Java How to Program 2nd ed.Author:
Deitel&DeitelISBN:
0-13-906249-1Publisher:
Prentice HallPages:
1063ppPrice:
£25.95Reviewer:
Brian BramerSubject:
javaAppeared in:
10-2I 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.