=client reads line from standard input (inFromUser stream) , sends to server via socket (outToServer stream)
=server reads line from socket
=server converts line to uppercase, sends back to client
=client reads, prints modified line from socket (inFromServer stream)
i just want to know how the code for server and client run on command prompt (cmd) of this above example.