Big Java example project "unsynch"

You can use this project as follows:

 - invoke the main method of the driver class BankAccountThreadTest by 
 right-clicking on the class representation and selecting the main method.
 
This project illustrates concepts covered in Big Java, Chapter 21 
"Multithreading".
  
 - to understand how multiple threads can execute in parallel
 - to learn how to implement threads
 - to understand race conditions and deadlocks
