Can anyone please suggest books that give a sound understanding of threads in java and concurrency in threads.
feedback
|
closed as not constructive by Jeff Atwood♦ Sep 19 '11 at 7:07
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Java Concurrency in practice is the definitive guide, if you already know threads. If you first need to learn how to use threads at all, see the Java Tutorial - Lesson Concurrency. | |||||
feedback
|
| |||||||
feedback
|
|
Doug Lea's book is good. Haven't read it completely though. I found the O'Reilly book "Java Threads" by Scott Oaks, Henry Wong very good. | |||
|
feedback
|
|
Apart from Daniel's suggestion of Java - Concurrency in Practice, I would suggest some more for getting an indepth knowledge of Threading and Concurrency.
| ||||
|
feedback
|