Used the notion of threads and parallelism to make a basic ATM Simulator.
ATM Simulator |
---|
Get knowledge how to use threads in java and how to manage threads by using semaphores and different kind of mutual exclusion to protect critical sections
- Java version 8 or higher.
-
Press the Fork button (top right the page) to save copy of this project on your account.
-
Download the repository files (project) from the download section or clone this project by typing in the bash the following command:
git clone https://github.com/HouariZegai/ATMSimulator.git
-
Imported it in Intellij IDEA.
-
Run the application :D
If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. If you find any issue just put it in the repository issue section, thank you.