Google Search

Wednesday, March 2, 2016

RMI in JAVA

The server creates remotes objects and makes references to those objects accessible. Then it waits for clients to invoke methods on the objects. The client gets remote
references to remote objects in the server and invokes methods on those remote objects. Java RMI is a mechanism that allows one to invoke a method on an object that exists in another address space. The other address space could be on the same machine or a different one. 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

No comments:

Post a Comment