Description
Concurrency of Java in Practice is another classic. This is the best Java book on concurrency and multi-threading — one of the must-reads for core Java developers.
The strengths of Concurrency Practice in Java include:
1) This book is very detailed and captures minor details of multi-threading and concurrency
2) Instead of focusing on core Java classes, this book focuses on concurrency issues and problems, like deadlock, starvation, thread-safety, race conditions, and present ways to solve them using Java concurrency classes.
There are no reviews yet.