Remote Method Invocation(RMI)
This is Java’s version of RPC.
Allows one JVM to export objects so that programs in other JVM’s call invoke methods on the object remotely.
A simple bootstrap name registry application is provided.
Previous slide
Next slide
Back to first slide
View graphic version