Multiple choice

Which of the following is suitable for inter process synchronization and abstraction?

  1. Semaphores

  2. Monitors

  3. Both semaphores and monitors

  4. None of the above

  5. Sometimes semaphores and sometimes monitors

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Monitors support both mutual exclusion data abstraction.