June 2004
Intermediate to advanced
848 pages
21h 28m
English
JDK 1.5 introduced several new packages and a couple of dozen new classes to beef up support for threads and thread-based systems. These are centered around package java.util.concurrent. In one sentence, the goal is “to do for threads what java.util.Collection did for data structures”. Namely, provide a central, consistent, “bullet-proof” way of expressing best practices, so that programmers no longer need to create them by hand for each new problem.
You can view the concurrent package as a set of design patterns implemented for Java threads (if design patterns are new to you, we mention the basics in the next ...
Read now
Unlock full access