Page 1 of 1

What is Remote method invocation (RMI)?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
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