Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreaded Parking System Simulation

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.

Features:

  • Multithreaded simulation of parking system
  • Vehicle entry and exit management
  • Synchronization of parking slot usage

Technologies:

  • Java

Setup:

  1. Clone the repository: git clone <repo-url>
  2. Build the project: mvn clean install
  3. Run the simulation: java -jar ParkingSystemSimulation.jar

License:

MIT License

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages