Hi,
The above book gets good reviews but is it still relevant? (It was
released in 2001).
Regards,
Andy
mrandywarner@gmail.com - 17 Nov 2005 15:20 GMT
We still give a communal copy of it to all new developer hires. Most
of us in the office will re-read it periodically. It's a very good
read, and the concepts discussed are not likely to be outdated soon.
Thomas Hawtin - 17 Nov 2005 15:27 GMT
> The above book gets good reviews but is it still relevant? (It was
> released in 2001).
Yup, the language hasn't changed that much.
Checking through the index: Item 21 has become part of the language. And
that's it.
I don't believe there will be a second edition any time soon.
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/
VisionSet - 17 Nov 2005 16:02 GMT
> Hi,
> The above book gets good reviews but is it still relevant? (It was
> released in 2001).
Best Java book there is, and just about the smallest!
Still relevant but I was wondering if there'd be a follow up though based on
1.5's new features.
--
Mike W
TechBookReport - 17 Nov 2005 16:08 GMT
> Hi,
> The above book gets good reviews but is it still relevant? (It was
> released in 2001).
>
> Regards,
> Andy
Absolutely relevant. Very different but also highly recommended is Josh
Bloch's latest: 'Java Puzzlers' http://www.techbookreport.com/tbr0198.html

Signature
TechBookReport Java book reviews
http://www.techbookreport.com/JavaIndex.html
NullBock - 17 Nov 2005 18:29 GMT
Just because a book is "old" doesn't make it irrelevant. Bloch's book
should be a must for all up-and-coming developers. Another good book
is the GoF design patterns (amazon link:http://linkfrog.net/daak),
which is over 10 years old, and I've gotten no end of good advice from
a compiler design theory book from the sixties (whose name escapes me
at the moment).
Goo theory and best-practises change far slower than language syntax.
Wibble - 18 Nov 2005 01:48 GMT
> Just because a book is "old" doesn't make it irrelevant. Bloch's book
> should be a must for all up-and-coming developers. Another good book
[quoted text clipped - 4 lines]
>
> Goo theory and best-practises change far slower than language syntax.
Aho, Sethi, Ulman?
Darryl L. Pierce - 18 Nov 2005 11:21 GMT
> The above book gets good reviews but is it still relevant? (It was
> released in 2001).
Absolutely. His advice isn't specific to any particular version of the
JDK. Though I'm sure Bloch would have new advice to go along with the
newer APIs, but the advice there is just as relevant today as when it
was written.

Signature
Darryl L. Pierce <mcpierce@gmail.com>
Homepage: http://mcpierce.multiply.com/
"Bury me next to my wife. Nothing too fancy, though..." - Ulysses S. Grant
Mike Schilling - 18 Nov 2005 20:42 GMT
>> The above book gets good reviews but is it still relevant? (It was
>> released in 2001).
>
> Absolutely. His advice isn't specific to any particular version of the
> JDK.
Not even specific to Java; I've heard Microsoft instructors recommend it to
C# developers.