Multiple Choice
A notify( ) operation in Java monitors
A) removes a process from the wait set and puts it in the entry set.
B) removes a process from the entry set and puts it in the wait set.
C) removes a process from the entry set and provides the lock for the object to that process.
D) removes a process from the wait set and provides the lock for the object to that process.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Dining philosophers problem is important because it
Q2: A reader-writer lock is useful when<br>A) there
Q3: Explain the relationship between the state of
Q4: Which of the following statements is not
Q5: A solution to the readers-writers problem that
Q7: Describe the mechanisms used for synchronization in
Q8: In JAVA monitors, when a thread is
Q9: When the state for a dispatcher object
Q10: In an asymmetric solution for the dining
Q11: Which of the following is true about