Remote Method Invocation

Synonyms

RMI

(RMI) Part of the Java programming language library which enables a Java program running on one computer to access the objects and methods of another Java program running on a different computer.

Home.