Saved Bookmarks
| 1. |
A remote procedure call is _______(a) inter-process communication(b) a single process(c) a single thread(d) a single stream |
|
Answer» The correct answer is (a) inter-process communication The best explanation: Remote procedure calls is a form of inter-process communication where the client initiates an RPC to start a connection process. It is used to construct distributed, client-server applications. |
|