RMI Tutorials Directory - Java Remote Method Invocation (RMI) is a mechanism that allows one to invoke a method on an object that exists in another address space. The other address space could be on the same machine or a different one. The RMI mechanism is basically an object-oriented RPC mechanism.
Advertisement
Advertisement