views:

46

answers:

2

I have been searching for resources to understand thread safety in java and came across this. Is there any popular/comprehensive resource or books that explains thread safety in a more simpler way, perhaps with more sample programs. I found the above resource hard to understand.

Thanks!

+4  A: 

Java Concurrency In Practice is the best book on multi-threading with Java that I know of.

duffymo