The Codist - Programmerthink

Link: Good Article On Immutability and Thread Safety In Java 5

Posted: 03/18/2007, Perm Link Readers: 636


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.

Tags: links, java