Java Concurrency in Practice. Brian Goetz, David Holmes, Doug Lea, Joseph Bowbeer, Joshua Bloch, Tim Peierls

Java Concurrency in Practice


Java.Concurrency.in.Practice.pdf
ISBN: 0321349601,9780321349606 | 384 pages | 10 Mb


Download Java Concurrency in Practice



Java Concurrency in Practice Brian Goetz, David Holmes, Doug Lea, Joseph Bowbeer, Joshua Bloch, Tim Peierls
Publisher: Addison-Wesley Professional




Although all the examples in the book are Java based, this book gives a solid explanation of MT world. A Thread SafetyWhether an object needs to be thread-safe depends on whether it will be accessed from multiple threads. Sunday, 17 March 2013 at 00:02. I recently finished reading Java Concurrency in Practice. This is a property of how the object is used in a program, not what it does. One more book to the java list. Included are also some notes on Goetz's Java Concurrency in Practice. IMHO, the classic “Java Concurrency in Practice” is for advanced level, its snippet code is followed by a few pages of explanations is great, but not suitable for anyone. Java Concurrency in Practice is one of the best books about multi-threading and concurrency. I've compiled a summary (kinda) of the concurrency chapter of Josh Bloch's excellent Effective Java book. Lea's book lead to the java.util.concurrent library being added to Java in Java 5, which I have used to improve my concurrent programs.