//Documentation
This program is client and server based(NETWORKING)
Step: 1
first compile all the files by writing this command in CMD javac *.java
Compilation is done and now First Run Server
Step 2:
Command for running Server is java Server.java
Step 3:
after that open other CMD and Run Client UtilityProgram is CLIENT so running UtilityProgram write this command in CMD java UtilityProgram.java
Step 4:
and NOW You Will See GUI so write any IP such as 127.0.0.1 ,choose any option(notepad,calc,mspaint) from list and then click on Action button this will open your chosen utility in other computer or your local machine thats why this is called utility program