Multiple Choice
The thread that calls signalAll must own the lock that belongs to the condition object on which signalAll is called.Otherwise, a(n) _______ ________ is thrown.
A) InterruptException
B) IllegalMonitorStateException
C) ThreadException
D) ThreadTerminatedException
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q51: In which method are the tasks that
Q52: Which of the following definitely indicates that
Q53: The term "starvation" means a situation where
Q54: _ allow a thread to temporarily release
Q55: To start a thread, you should first
Q57: Suppose thread one is downloading a 800KB
Q58: The _ interface is designed to encapsulate
Q59: Suppose thread one is downloading a 800KB
Q60: What is the condition called where the
Q61: Which method(s) are part of the Thread