Today's exercise has students create a simulation using threads. The simulation uses 6 classes. The classes ThreadDemo.java, BankLine.java, and CustomerGenerator.java are already completed. The students will need to create the classes Customer.java, Teller.java, and ReportGenerator.java.
Forward to the Prelab Questions