Skip to content

Opening book details…

Can I read Understanding Remote Method Invocation on EtoBox?

Understanding Remote Method Invocation by genace is a document available to read on EtoBox.

What is Understanding Remote Method Invocation about?

1. RMI allows objects to invoke methods on objects residing in remote Java Virtual Machines (JVMs). 2. RMI uses stub and skeleton objects to facilitate communication between remote objects. The stub acts as a client-side proxy while the skeleton acts as a server-side proxy. 3. Developing a basic RMI application involves defining a remote interface, implementing it, running a registry server, and invoking remote methods from a client.

Author
genace
Language
EN