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:
Just Java 1.1 and Beyond 3ed
Author:
Peter van_der_Linden
ISBN:
0 13 784174 4
Publisher:
Prentice Hall
Pages:
654pp+CD
Price:
£35-99
Reviewer:
Brian Bramer
Subject:
java
Appeared in:
10-3
If you are looking for an easy to read overview of OO, the Java language and APIs with the odd bit of humour thrown in this book is worth looking at. It is one of the excellent SunSoft Press Java series from Prentice Hall and is aimed at giving experienced programmers (in Pascal, VB, FORTRAN, Ada, C, etc.) a fast introduction to Java.

After an introduction to Java and important issues (portability, performance, garbage collection, the Internet, etc.) there is a discussion (Chapter 2) of OO programming concepts covering abstraction, encapsulation, inheritance, polymorphism, etc. I would not advise readers experienced in C++, Smalltalk, etc. to skip this because much of the Java class syntax is outlined and keywords defined (public, protected, private, final, static, etc.) Chapters 3, 4 and 5 then introduce the Java language building up from basics (types, expressions, etc.) to exception handling, treads, etc. To support the discussion there are plenty of diagrams and sample code. Chapter 6 then reinforces the basics with a fairly complex case study of a program generating anagrams (the code may be obtained from the CD and used with the discussion in the text). Following chapters then describe applets, APIs, the AWT, graphics programming, the JFC (Swingset), I/O and networking. Each chapter ends with Light Relief (humorous anecdotes, etc.), exercises and recommended further reading.

The book is an excellent easy to read introduction to Java programming. It does, however, provide very brief coverage of many APIs and the system developer would soon require texts on advanced features (see 'Core Java' below). Highly recommended!