
Used price: $16.80
Collectible price: $19.32
Buy one from zShops for: $16.80



Used price: $18.95
Buy one from zShops for: $12.95



The authors have even created their own library called BreezyGUI, which helps make web/GUI programming easier. While this is o.k., I would have prefered that they focused more on Java's AWT instead.
Although I thought this book was good as an intro to programming, if you're an experienced C or C++ programmer, this book probably won't work for you. I have a year's C++ experience, and the only reason I used it was to do an independent study comparing C++ and Java as a first programming language. I probably would have selected a more advanced text if not for the nature of my independent study.
That being said, I still think the book does a good job of presenting programming/Java concepts, and I do like the fact that the authors decided to go with a GUI approach instead of a CLI (Command Line Interface) approach. This will help keep the interest of those learning their first language, because they can make "cool" looking apps quickly.


Used price: $4.95
Buy one from zShops for: $6.80



I'm mostly happy with it. I have a few comments, though, that
don't really come out in the other descriptions and review here:
1) The book has a very good set of exercises, though some have
typographical errors.
2) The number of typos is high for an intro text (not surprising
for Thomson/ITP, though), so make sure students are aware of the
on-line errata.
3) The authors make a few unfortunate, incorrect remarks which,
fortunately, aren't critical to learning Java. A particularly
egregious example is their claim that "a thread is a process."
4) The index is very poor, making me disagree with the reviewer
who said the book is a good reference. For example, buttons are
introduced on p. 17 and used extensively throughout, but the only
mention in the index is of p. 368. In general, classes and
methods are given very short shrift in the text.
5) The text uses its own GUI API, which is ok, but not very well
documented. The on-line documentation is vague on a lot of
points, which is unfortunate since the index is so bad.
There are probably better texts for complete beginners, though
this isn't really bad. The layout and typography remind me of a
high school text, which is really not a problem. Anyone with
prior programming experience, though, will want to go elsewhere,
e.g., Arnold, Gosling, and Holmes.

Although the book's title is "Java : A Framework for Program Design and Data Structures".it could be daunting to readers with little or no programming background, especially as they progress beyond the first two chapters. Chapter 1 provides an excellent introduction to Java and object-oriented programming concepts. The first part of Chapter 2 provides a good introduction to variables and data types. About the middle of Chapter 2, however, when the author begins discussing additional mathematical concepts, the reader is led into deeper waters and at this point, "absolute" beginners may start to feel overwhelmed. This doesn't mean that they should abandon the book, but they may need to take additional time to absorb the concepts.
Each chapter concludes with a summary of its content and several practice exercises. Although such practice is certainly valuable, I would have liked to see an additional appendix with "answers" to the exercises so that readers could check their work and benefit from the author's expertise. Without such author feedback, the exercises are less effective as learning tools.
Overall, I see the book as a potentially valuable addition to the bookshelf of any programmer new to Java especially to data strutures. I recommend it with some caution to "absolute" beginners -- although with patience, determination, and a commitment to learn, they, too, may find the book very beneficial