InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThe question was posed to me in an internship interview.I would like to ask this question from Remote Method Invocation (RMI) in division java.util – The Collections Framework of Java |
|
Answer» RIGHT ANSWER is (a) RMI allows us to invoke a method of JAVA object that executes on another MACHINE Easiest explanation: Remote method invocation RMI allows us to invoke a method of java object that executes on another machine. |
|