Q. What is Remote method invocation (RMI)? (Solved)
1. RMI allows us to invoke a method of java object that executes on another machine.
2. RMI allows us to invoke a method of java object that executes on another Thread in multithreaded programming.
3. RMI allows us to invoke a method of java object that executes parallely in same machine.
4. None of the mentioned
- a. RMI allows us to invoke a method of java object that executes on another machine.