Our Java
Our Java
(An Autonomous Institution affiliated to VTU, Accredited with NAAC ‘A’ Grade)
DEPARTMENT
Computer Science
TITLE OF THE PROJECT
Address Book Management System
INTRODUCTION
APPLICATION OF THE
PROJECT
PROJECT PROBLEM
STATEMENT
OBJECTIVES OF THE
PROJECT
PROPOSED SOLUTION
JAVA, Sockets
Demonstration Details It is a multithreaded client/server ChatServer based on console which uses Java
Socket programming. A server listens for connection requests from clients across
the network or even from the same machine. Clients know how to connect to
the server via an IP address and port number. After connecting to the server, the
client gets to choose his/her username on the chat room. The client sends a
message, the message is sent to the server using ObjectOutputStream in java.
After receiving the message from the client, the server broadcasts the message.