Java socket programming allows for the communication between two applications running on different Java Runtime Environments (JRE). This typically involves a client-server communication model where a ...
Chatting Application is a desktop based application. This client server chat application is based on java swing and used socket package. its simple and easy and require only core java knowledge. I ...