Chapter 19: Multiple Threads

19.1: Class Thread

19.2: Interface Runnable

19.3: Monitor/Lock of an Object

19.4: An Example About the Use of Monitor

19.5: Another Example about Wait

19.6: Blocking, Unblocking, Suspending, and Terminating a Thread

19.7: Synchronized Block

19.8: Multiple Thread of the OS

19.9: The Event Dispatcher Thread

19.10: Priority of a Thread

19.11: ThreadGroup