News

This project implements a simple TCP-based chat application in Java. The chat application allows multiple clients to connect to a server and communicate with each other in real-time. The server ...
A simple Java sorting algorithm test program that when given a sample size for sort, it would sort and show the running time of each of the popular sorting algorithms. The data is both displayed as a ...
Java provides threads and locks as the primary parallel programming model during operation. It is very simple, it is very straight forward, but it has an obvious cost model. It turns out that in ...