Jump to ratings and reviews
Rate this book

Java: The Good Parts: Unearthing the Excellence in Java

Rate this book
What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available. Every language eventually builds up crud, Java included. The core language has become increasingly large and complex, and the libraries associated with it have grown even more. Learn how to take advantage of Java's best features by working with an example application throughout the book. You may not like some of the features Jim Waldo considers good, but they'll actually help you write better code.

192 pages, Paperback

First published April 1, 2010

8 people are currently reading
34 people want to read

About the author

Jim Waldo

6 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
4 (7%)
4 stars
10 (18%)
3 stars
19 (35%)
2 stars
15 (27%)
1 star
6 (11%)
Displaying 1 - 8 of 8 reviews
1 review
July 10, 2013
It's Josh Bloch's book Effective Java for people starting out with Java. I found the chapters on serialization and concurrency hard to understand, but thought the book provided an accessible survey of generics, garbage collection, and the JVM. Jim Waldo provides some pretty interesting anecdotes about the early days of Java's development.
212 reviews10 followers
March 10, 2012
Seeing that other reviewers have not given this book a very good rating, I think it may be unfair that I only skimmed it for "the good parts" or the parts I didn't know about. For an intermediate Java programmer there are interesting things to offer, including discussions of the Garbage Collector, concurrency, and remote method invocation (which I had never heard of). Also, being from the Java generation and having taken many of its features for granted, I feel that I gained a greater appreciation for the convenience of cross-platform bytecode, a huge choice of libraries, etc.
Profile Image for Eric.
108 reviews17 followers
November 19, 2011
This book just doesn't have enough depth to be very useful. Waldo spends too much time on the definition of "good" and not enough time on Java.

The fact is, anyone using Java needs to know a lot more than what is covered in this book. You need to know the good, the bad and the ugly. At best you'll see the not-so-good parts in third party libraries and you need to know how to deal with them. At worst, you'll end up using them inadvertently and/or incorrectly without realizing it.
Profile Image for Matteo Steccolini.
15 reviews6 followers
January 30, 2013
Nice reading for an inexperienced Java developer, but not as recommended as Thinking in Java. The examples are really boring. The anecdotes about the birth of various java parts are interesting, but very sparse. Not recommended for experienced developers.
3 reviews
November 16, 2010
Not worth reading unless you are programming a system from 2002 and don't understand basic Java concepts.
Profile Image for Pieter.
11 reviews10 followers
March 5, 2011
Basic overview of the 'good' features in Java, would not recommend to experienced Java programmers.
Displaying 1 - 8 of 8 reviews

Can't find what you're looking for?

Get help and learn more about the design.