Q.

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
Answer» A. RMI allows us to invoke a method of java object that executes on another machine.
3.4k
0
Do you find this helpful?
21

View all MCQs in

Java Programming

Discussion

No comments yet