Chat Application Using Java
Chat Application Using Java
socket programming
NAME : HASNAIN AKBAR
ROLL NO : B20CS007
BRANCH : CSE
SECTION : 1
YEAR : 2023
COUNSELLOR NAME : DR S VENKATRAMULU
Introduction
Java Socket programming is used for communication between the
applications running on different JRE.
Java Socket programming can be connection-oriented or connection-
less.
Socket and ServerSocket classes are used for connection-oriented socket
programming and DatagramSocket and DatagramPacket classes are
used for connection-less socket programming.
The client in socket programming must know two information:
IP Address of Server, and
Port number.
Literature survey
Faster messaging
Peer to peer communication
Low network traffic
High Security
Demerits :