Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Suppose Zaher and Putul want to communicate with each others by creating a chat application within a same network. Your task is to create a
Suppose Zaher and Putul want to communicate with each others by creating a chat application within a same network. Your task is to create a chat application using java socket programming so that the communication can be done between them. For the purpose of communication you have to create a server and a client application. In this case suppose Zaher has the server application (ip:127.0.0.1) with port 3333 and Putul is on the client application (ip: 127.0.0.2). The communication will be closed when anyone write finish in the application. Write an application with two java class Server.java and Client.java in java with the given scenario
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started