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:
Developing Java Software 2ed
Author:
Russel Winder&Graham Roberts
ISBN:
0 471 60696 0
Publisher:
Wiley
Pages:
1002pp
Price:
£27-50
Reviewer:
James Gordon
Subject:
java
Appeared in:
12-6
This book runs from the very basics of Java i.e. methods, operators, parameters, recursion to awt, swing, linked lists, etc. At each stage it introduces something new and uses it to create a program to do a job and then gives self-reviews and challenges, to check that you have grasped the idea. At the beginning of each chapter is a list of objectives and keywords, I like this at you can flip through and read a chapter on a keyword you're interested in. There is a lot of white space so it is easy to read and has notes and comments in the margins. The table of contents and index are very detailed and it is easy to find what you are looking for.

The book does not have a CD but you can get the code and other things, from the web site.

I have been looking for a book to teach myself Java for a long time and I think that I have just found it.