- ADD
- SORT
1.Open Terminal
2.Go to Downloaded Project Directory
Perform the below operation to start the server
1.cd DSCode/SynchronousComputationServer
2.javac *.java
3.java ComputationServer
Open New Terminal and perform below operations
1.cd DSCode/SynchronousComputationServer
2.javac *.java
Run the below command to perform ADD operation.
java ComputationClient ADD 4 5
Run the below command to perform SORT operation.
java ComputationClient SORT 4
Above command ask you to enter the 4 elemnts to sort