The monitor construct ensures that ____________
(a) only one process can be active at a time within the monitor
(b) n number of processes can be active at a time within the monitor (n being greater than 1)
(c) the queue has only one process in it at a time
(d) all of the mentioned
The question was posed to me in a job interview.
This interesting question is from Monitors in section Process Synchronization of Operating System