Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 333 Bytes

File metadata and controls

12 lines (9 loc) · 333 Bytes

About the project

This project was an assignment in the course "System Programming Language". In this assignment, we learned about Multi-Threading in Java.

Other stuff that we learned

  1. Singelton design pattern
  2. Communication between threads
  3. Deadlocks and livelocks
  4. Synchronization
  5. Concurrent data structures