Link: Good Article On Immutability and Thread Safety In Java 5
Published: 03/18/2007
I 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.
Tag: java