Vidyalelo
Java Programming · Q119

Java Collections Framework

Programming · Java Programming · question 119

Q119

What is Remote method invocation (RMI)?

A.
RMI allows us to invoke a method of java object that executes on another machine
Answer
B.
RMI allows us to invoke a method of java object that executes on another Thread in multithreaded programming
C.
RMI allows us to invoke a method of java object that executes parallely in same machine
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board