-
What is Remote method invocation (RMI)?
-
- 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
- RMI allows us to invoke a method of java object that executes on another machine
- All of above
- None of these
Correct Option: C
Remote method invocation RMI allows us to invoke a method of java object that executes on another machine.