Monthly Archive: December 2014

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...

1

CSMA Implementation in Java

This is the CSMA Implementation in java Carrier sense multiple access (CSMA) is a probabilistic media access control (MAC) protocol in which a node verifies the absence of other traffic before transmitting on a...