Monday, May 31, 2010

5 things you didn't know about ... java.util.concurrent

5 things you didn't know about ... java.util.concurrent: "Writing multithreaded code that both performs well and protects applications against corruption is just plain hard — which is why we have java.util.concurrent. Ted Neward shows you how concurrent Collections classes like CopyOnWriteArrayList, BlockingQueue, and ConcurrentMap retrofit standard Collections classes for your concurrency programming needs."