InterviewSolution
Saved Bookmarks
| 1. |
What is a mutex?(a) is a binary mutex(b) must be accessed from only one process(c) can be accessed from multiple processes(d) none of the mentionedI had been asked this question in unit test.My question is from Semaphores topic in section Process Synchronization of Operating System |
|
Answer» RIGHT choice is (B) MUST be accessed from only one process The EXPLANATION is: None. |
|