InterviewSolution
Saved Bookmarks
| 1. |
Message passing system allows processes to __________(a) communicate with each other without sharing the same address space(b) communicate with one another by resorting to shared data(c) share data(d) name the recipient or sender of the messageThis question was addressed to me in a job interview.This question is from Inter Process Communication in section Processes of Operating System |
|
Answer» The correct choice is (a) communicate with each other without SHARING the same address space |
|