Link: Good Article On Immutability and Thread Safety In Java 5
March 17, 2007I learned something useful in this article: Immutability doesn’t guarantee thread safety.
This book looks like a winner too: Java Concurrency In Practice
I am working on building infrastructure for a distributed farm of simple servers to access Amazon's web services, so anything thread related is useful right now.