MultiThreaded Account-Keeping Application
May 10, 2021
ยท
1 min read
A multi-threaded Java application that ensures thread-safe account transactions using distributed computing principles.
Features
- Leveraged threads and locks for synchronous transactions.
- Utilized OOP principles to enhance application design.