鈥?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