Dan Gilleland posted on September 04, 2006 14:32

This article by Raghu Donepudi gives an overview and introduction to the java.util.concurrent package and how it can be used. Here's the introduction below....
"The java.util.concurrent package in J2SE 5.0 provides a new thread framework for handling many of the low-level details associated with creating, executing, and managing threads. Take a closer look at its important features."
March 2, 2005 - by Raghu Donepudi