Examlex

Solved

What Happens When a Thread Calls the SignalAll Method of a Condition

question 30

Multiple Choice

What happens when a thread calls the signalAll method of a Condition object connected to a lock, if no other thread had called await on that Condition object?


Definitions:

Related Questions