Description
Write a Socket-based Java server program that responds to client messages as follows: When it receives a message from a client, it simply converts the message into all uppercase letters and sends back the same to the client. Write both client and server programs demonstrating this.




Reviews
There are no reviews yet.