
Assessment Case Section 2
You are in charge of the accounting division for a company. A new accounting application is being written. It needs to be able to handle several connections at a time. Design and create such an accounting system that allows multiple clients to to send and receive data at the same time, you will want to create an Account bean class as well as any other classes you feel are required.
deliverables
UML diagrams
Code that implements a Transaction Runnable.
Code that uses the Transaction Runnable in multiple parallel threads.