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




Sunday, 17 March 2013 at 00:02. This book is the reference for programming concurrency in Java. "Java Concurrency in Practice", written by Brian Goetz et al., is not brand new, but certainly one of the best Java books I had pleasure to read. ThreadSafe and NotThreadSafe are described in Java Concurrency in Practice, and CheckThread enforces the same semantics that book defines. Objavte aj ďalšie knihy zo všetkých oblastí, ktoré vám ponúka najväčšie internetové kníhkupectvo na Slovensku. If you want to master JAVA Threading concepts, you should read Java Concurrency in Practice. Class Holder { private int n; public Holder(int n) { this.n = n; } public void assertSanity() { if (n != n) throw new AssertionError("This statement is false. Kniha Java Concurrency in Practice (Brian Goetz) - kúpte si ju pohodlne a za skvelú cenu hneď teraz na Martinus.sk. This book joins Effective Java and Hibernate in Action as a "two copy" Java book -- it's such a must-have book that I need one copy at home and one copy at the office. 说这个代码不安全,记一下,慢慢理解. Review of Java Concurrency in Practice book. But first two other books should be mentioned.