Chapter 5 RMI
Chapter 5 RMI
Chapter 5 RMI
RMI is a one type of structure or system that allows an object running in one
Java virtual machine (Client) to invoke methods on an object running in
another Java virtual machine (Server).
This object is called a Remote Object and such a system is also called RMI
Distributed Application.
It creates remote objects and applies the reference to these objects in the
Registry, after that the Registry registers these objects who are going to be
called by client remotely.
RMI provides the mechanism by which the server and the client
communicate and pass information back and forth.