Remote Method Invocation Home

Remote Method Invocation (RMI)

Java Remote Method Invocation (Java RMI) enables the programmer to create distributed Java technology-based to Java technology-based applications, in which the methods of remote Java objects can be invoked from other Java virtual machines*, possibly on different hosts. RMI uses object serialization to marshal and unmarshal parameters and does not truncate types, supporting true object-oriented polymorphism.

For more information, please see the:

RMI Documentation: J2SE 1.4.2 | J2SE 5.0 | Java SE 6 ]

What's New