Two Java jobs that I did at the institute. They are dedicated to multithreaded programming.
The following folder structure has been developed for ease of navigation and search of the necessary works:
.
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── Task1
│ ├── out
│ │ └── production
│ ├── program.log
│ ├── README.md
│ ├── src
│ │ └── main
│ └── Task1_OOP.iml
└── Task2
├── message_queue.log
├── out
│ └── production
├── README.md
├── src
│ └── main
└── Task2_OOP.iml
I welcome any contribution to the development of my repositories! Read our Contribution Guide to get started.