Category: Programming

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

0

String Concatenation in Java using TCP

This is the Java Program to Concatenate two strings using TCP,the client sends two strings to the server where these two strings are concatenated and sent back to the client Client Program: ChatClient.java Server...