What Is Remote Method Invocation Rmi #752
What is Remote method invocation (RMI)?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Util Collections Framework - Java Remote Method Invocation (RMI) - Quiz No.1.
What is Remote method invocation (RMI)?
RMI allows us to invoke a method of java object that executes on another machine
RMI allows us to invoke a method of java object that executes on another Thread in multithreaded programming
RMI allows us to invoke a method of java object that executes parallely in same machine
None of the mentioned