Multi-threaded Programming
From CS 160 Fall 2010
Slides
Readings
Thread Safety Chapter 2 of "Java Concurrency in Practice" by Goetz et al., Addison-Wesley 2006.
GUI Applications Chapter 9 of "Java Concurrency in Practice" by Goetz et al., Addison-Wesley 2006.
No comments are needed for the readings this week.
Source Code
The source code for the example presented in class is available here.