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