Author: iPoster

0

String Reversal in Java using TCP

This is the java program to perform string reversal using TCP.the client sends the string,the server reverses the string and sent back to the client Java Client Client.java Java Server: Server.java

0

RMI Implementation in Java

This is the java program to implement RMI in java.the program implemented is a calculator The Java Remote Method Invocation (Java RMI) is a Java API that performs the object-oriented equivalent of remote procedure...