java Programming Glossary: goetz
Do I have to worry about InterruptedExceptions if I don't interrupt anything myself? http://stackoverflow.com/questions/1024651/do-i-have-to-worry-about-interruptedexceptions-if-i-dont-interrupt-anything-mys
What does 'synchronized' mean? http://stackoverflow.com/questions/1085709/what-does-synchronized-mean Model Keep exploring these topics until the name Brian Goetz becomes permanently associated with the term concurrency in..
question about “Java Concurrency in Practice” example http://stackoverflow.com/questions/1919469/question-about-java-concurrency-in-practice-example a code sample from Java Concurrency in Practice by Brian Goetz. He says that it is possible that this code will stay in an..
Unresponsive threading involving Swing and AWT-EventQueue http://stackoverflow.com/questions/2899682/unresponsive-threading-involving-swing-and-awt-eventqueue There is also a good discussion of this technique in Goetz et. al. Java Concurrency In Practice sec 10.1.4. In fact all..
How do I write a correct micro-benchmark in Java? http://stackoverflow.com/questions/504103/how-do-i-write-a-correct-micro-benchmark-in-java paper on JVMs and micro benchmarking. A good one is Brian Goetz 2005 . Do not expect too much from micro benchmarks they measure..
Why is creating a Thread said to be expensive? http://stackoverflow.com/questions/5483047/why-is-creating-a-thread-said-to-be-expensive resources. From Java Concurrency in Practice By Brian Goetz Tim Peierls Joshua Bloch Joseph Bowbeer David Holmes Doug Lea..
What are some Java memory management best practices? http://stackoverflow.com/questions/627784/what-are-some-java-memory-management-best-practices
|