What is RMI?
Remote Method Invocation (RMI) allows java object that executes on one machine and to invoke the method of a Java object to execute on another machine.
Explore posts in the same categories: Java Interview Questions