RMI Tutorials Posted on: March 22, 2005 at 12:00 AM
Overview of RMI
RMI Tutorials
Overview of RMI The Remote Method Invocation(RMI) works similar to remote
procedure calls(RPC). All RMI functionality found in the the java.rmi
package.
RMI Example-1
This is a very simple example of RMI where you will come to know how RMI
works and what are the steps of executions.
RMI-Example-2 This example demonstrate the RMI
Addition Application. Well in this application you will use the four
java files.
RMI-Example-3
In this example you will see function calls from client to
server and vice versa. This application for running requires a Remote Machine.
Displaying Hello using RMI
This Example describes the way to display Hello message using
RMI. By RMI we mean Remote Method Invocation. RMI serves as a basic technique for supporting distributed objects in
java.
Ask Questions? Discuss: RMI Tutorials View All Comments
Post your Comment