If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...

 

What is RMI?

Started by chinmay.sahoo, 03-17-2016, 02:36:16

Previous topic - Next topic

chinmay.sahooTopic starter

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.


TomClarke

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.


If you like SEOmastering Forum, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...