InterviewSolution
Saved Bookmarks
| 1. |
The remote method invocation __________(a) allows a process to invoke memory on a remote object(b) allows a thread to invoke a method on a remote object(c) allows a thread to invoke memory on a remote object(d) allows a process to invoke a method on a remote objectThe question was posed to me during an online interview.I want to ask this question from Remote Procedure Calls topic in chapter Distributed Communication of Operating System |
|
Answer» The CORRECT option is (b) allows a THREAD to INVOKE a METHOD on a REMOTE object |
|