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

Java Concurrency in Practice



Download Java Concurrency in Practice




Java Concurrency in Practice Brian Goetz, David Holmes, Doug Lea, Joseph Bowbeer, Joshua Bloch, Tim Peierls ebook
Page: 384
Format: chm
Publisher: Addison-Wesley Professional
ISBN: 0321349601, 9780321349606


One more book to the java list. I was always a little bit scared of threaded code, but we have a small amount at work, so I figured I'd better get my head around it. I've recently purchased a copy of Java Concurrency in Practice. After long time, I stumbled upon something that is both educational and practical. Ƚ�载请注明作者和出处, 如有谬误, 欢迎在评论中指正. [本文是我对Java Concurrency In Practice 5.2的归纳和总结. Java Concurrency in Practiceby Brian GoetzISBN 0321349601Date Read 3/2007 My Rating Want to learn about synchronization in Java? Do you know what's new in concurrency in Java 5/6? Since Doug Lea's classic, this is very readworthy work on concurrency in Java world. I recently finished reading Java Concurrency in Practice. 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. Composing Objects 组合对象 So far, we've covered the low-level basics of thread safety and synchronization.