News

This is a multi-threaded Java program which simulates doctors in a hospital treating patients. It was made for my CPSC-230 Systems Programming course with the goal of implementing parallel programming ...
This project demonstrates the implementation of a multi-threaded Java server-client architecture using socket programming. It consists of two main components: a multi-threaded server and a client. The ...