News

This tutorial is an introduction to socket programming in Java, starting with a simple client-server example demonstrating the basic features of Java I/O. You’ll be introduced to both the ...
Socket Programming in Java Java Socket programming is used for communication between the applications running on different JRE. Java Socket programming can be connection-oriented or connection-less.
Chatting-Application-Using-JAVA-with-Socket-Programming Chatting Application is a desktop based application. This client server chat application is based on java swing and used socket package. its ...