Solved

What Is Remote Method Invocation (RMI)

Question 23

Multiple Choice

What is Remote method invocation (RMI) ?


A) RMI allows us to invoke a method of java object that executes on another machine.
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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions