You are on page 1of 16

CHAT APPLICATION

Chat Application is a type of communication in which infinite users can communicate with each other at a particular time. Can be done easily. Platform independent

Concept of client Server comes here All the clients will be connected to the server and will be allowed to chat with each other. A server will have an IP address. All the clients connected to server will be having servers IP address.

A client will request to the server. Server will accepts the client request and fulfill his request.

There are four modules 1.Chat client 2.Chat Server 3.Socket 4.chat Room

Socket
1.Our communication

between client and server will pass through a java object called a Socket. 2. Socket is not at all Java- specific; the term directly from the terminology of IP network programming

Chat Room, the visual interface which display the message and responses of participants who are using ONLINE CHAT. Often chat rooms are implemented via WEB PAGES.

Language Used :Core Java Operating System :Window 7

Java is object oriented language. It is platform independent.

Encapsulation Abstraction Inheritance Polymorphism

Simple Object oriented Compiled and interpreted Portable Distributed Secure

Applications that use character user interface. Application that use Graphical user interface. Applet. Servlets. Packages

Java programming language. Java class file. Java virtual machine(jvm). Java application programming interface(API)

Thank you

You might also like