Concurrent Programming in Java
© 1996-1999 Doug Lea  

 

 


1.1 Using Concurrency Constructs

Follow-ups

Readings and Resources

The JLS should be consulted for more authoritative accounts of the properties of Java programming language constructs summarized in this book:

Introductory accounts include:

If you have never written a program using threads, you may find it useful to work through either the online or book version of the Threads section of:

A concise guide to UML notation is:

A more extensive account of UML is:

ZThreads is a C++ library containing similar functionality as util.concurrent.


Doug Lea
Last modified: Sun Nov 5 14:58:05 EST 2000