InterviewSolution
Saved Bookmarks
| 1. |
Producer consumer problem can be solved using __________(a) Semaphores(b) Event counters(c) Monitors(d) All of the mentioned |
|
Answer» The correct choice is (d) All of the mentioned To elaborate: The famous producer consumer problem can be solved by a semaphores event counters as well as monitors. |
|