This project simulates a parking system using multithreading techniques to manage parking slots, vehicle entry, and exit. It demonstrates concurrent programming concepts in Java by simulating a system where multiple vehicles can park and exit concurrently, handling resource contention and synchronization.
- Multithreaded simulation of parking system
- Vehicle entry and exit management
- Synchronization of parking slot usage
- Java
- Clone the repository:
git clone <repo-url> - Build the project:
mvn clean install - Run the simulation:
java -jar ParkingSystemSimulation.jar
MIT License