O'Reilly - Java Threads 2nd Edition by Scott Oaks & Henry Wong
Читать

O'Reilly - Java Threads 2nd Edition by Scott Oaks & Henry Wong

Java Threads shows you how to take full advantage of Java's thread facilities: where to use threads to increase efficiency, how to use them effectively, and how to avoid common mistakes. It thoroughly covers the Thread and ThreadGroup classes, the Runnable interface, and the language's synchronized operator. The book pays special attention to threading issues with Swing, as well as problems like deadlock, race condition, and starvation to help you write code without hidden bugs.