Please suggest good book/website to for Threads and Concurrency?

Posted by learner on Stack Overflow See other posts from Stack Overflow or by learner
Published on 2010-06-01T11:58:12Z Indexed on 2010/06/01 12:03 UTC
Read the original article Hit count: 142

Filed under:
|

I have gone through Head First Java and some other sites but I couldn't find complete stuff related to Threads and additional concurrency packages at one place.

Please suggest a book/website which covers complete Threads with more details like

  • Synchronize and locking of objects
  • More detailed about volatile
  • Visibility issues in Threads
  • java.util.concurrent package
  • java.util.concurrent.atomic package

© Stack Overflow or respective owner

Related posts about java

Related posts about multithreading