Question: using java using java using java please give me screenshots of the output in differnt machine and briefly the steps of code one for tcp

using java
using java
using java
please give me screenshots of the output in differnt machine and briefly the steps of code
one for tcp & one for udp
Follow the example of socket programming in chapter 2 (java edition ppt), for implementing a client-server simple program. Use the code for TCP and UDP. Your program must implement a simple request-response example: 1) The client reads the line (request) from standard input, then sends it to the server. 2) Server reads the line from the socket and prints the incoming message from the client. 3) The server sends (response) back, the text in capital letter to the client. 4) The client reads and prints the result from the socket. Submit a compressed folder that contains, the java code for client and server, and screenshots for the outputs on your screen. **** You must Submit a Word or PDF document explaining briefly the steps of the code with screenshots of the output in different machines
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
