Question: Write a java program to create a class named TCPServer to do the following steps: Create a server socket to listen and accept client connection

Write a java program to create a class named TCPServer to do the following steps:

Create a server socket to listen and accept client connection requests. Create an InputStream, and BufferedReader, to read messages from the client.

Create an OutputStream, and PrintWriter, to send replies to the client. Read from the InputStream. Write to the OutputStream. Close the InputStream, the OutputStream, and the socket before the server exits.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!