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
Meghna MittalBegginer
a
Explanation: Remote method invocation RMI allows us to invoke a method of java object that executes on another machine.