ABSTRACT

Java provides elegant support for concurrency through both language-level features and a well designed set of classes. We will first describe basic techniques for generating concurrent threads of execution in Java and then demonstrate how concurrency can be used to increase the performance of a certain class of image processing operations.