Domanda

I want to master concurrent programming.
I heard that there are good books for concurrent programming in java by Doug Lea

Which book should I read first ? Are there other books. If anyone can tell me also guide me how practice this topic.

È stato utile?

Soluzione

Java Concurrency in Practice is the more recent of the two, so I recommend that. It covers lots of stuff, including the new concurrency utilities, which the other doesn't. However, CPiJ also contains stuff which is still relevant and is not repeated in JCiP, so you may want to check that out later too.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top