Solved

The Signal( ) Operation in the Example Using JAVA Condition

Question 41

Multiple Choice

The signal( ) operation in the example using JAVA condition variables ensures that the thread with the thread number turn


A) that is blocked on await( ) is unblocked.
B) that may be blocked on await( ) is unblocked.
C) does not block on await( ) even if hasn't yet called this function.
D) blocks on await( ) if it hasn't yet called this function.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions