Multi-Thread Programming in Java
Digital-Piggy-Bank is a simple Digital Bank with Deposit and Withdrawal facility which can service following requests :
-
One thread - DEPOSIT shall deposit money to an account
-
‘N’ number of threads - WITHDRAW_X shall withdraw money from the account as long as money is present in the bank
Clone the repository:
git clone https://github.com/Sharatcg7/DigitalPiggyBank.git
Run: cd src/driver/ThreadClient.java run as Java Application
Sharat Gujamagadi Email sharatcg7@gmail.com.