YourDictionary

RMI - technical definition


(Remote Method Invocation) A standard from Sun for distributed objects written in Java. RMI is a remote procedure call (RPC), which allows Java objects (software components) stored in the network to be run remotely. Unlike CORBA and DCOM objects, which can be developed in different languages, RMI is designed for objects written only in Java. See RMI over IIOP and EJB.



Learn more about RMI

link/cite print suggestion box