鈥?What Is a Thread?
o The Thread Class
o Simple Thread Examples
鈥?Problems with Multithreading
o What Goes Wrong?
o Thread Names and Current Threads
o Java s synchronized
鈥?Synchronizing Threads
o Multiple Locks
鈥?The Dining Philosophers Problem
o Deadlocks
o A Solution to the Dining Philosophers Problem
o Java s wait() and notify()
o Dining Philosophers Example
鈥?Summary