Wednesday, March 9, 2005

Java 5 multithreading

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.
rating comment: The article gives a very brief overview of the new java.util.concurrent package of Java 5. Unfortunately it doesn't cover all aspects of the new framework for thread handling.

No comments: