Seo Forum

Coding & Programming => Programming Forum => Topic started by: chinmay.sahoo on 03-17-2016, 02:36:16

Title: What is RMI?
Post by: chinmay.sahoo on 03-17-2016, 02:36:16
RMI stands for remote method invocation; it enables the developer to create application based on java, in which the java objects are invoked by java virtual machine.
Title: Re: What is RMI?
Post by: TomClarke on 04-19-2016, 06:07:53
RMI is an approach where a method on a remote machine invokes another method or another machine to perform some computation and return the result to the calling method.
And this process allows the information exchanging using using multiple JVMs. It provides the location transparency by giving the sense that the methods accessing locally.