Multiple Choice
When a thread executing a synchronized statement (or method) completes or satisfies the condition on which another thread may be waiting,it can call Object method ________ or ________ to allow a waiting thread or all waiting threads to transition to the runnable state again.
A) notifyThread,notifyAllThreads
B) wakeUpThread,wakeUpAllThreads
C) notify,notifyAll
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Which of the following statements is false?<br>A)
Q19: Two tasks that are operating _ are
Q22: The Callable interface (of package java.util.concurrent)declares a
Q22: Class Instant's static method _ gets the
Q23: When using Java's built-in monitors,every object has
Q25: Which of the following statements is false?<br>A)SwingWorker
Q26: Two tasks that are operating _ are
Q29: Which of the following statements is false?<br>A)
Q50: Which of the following statements is false?<br>A)
Q53: ExecutorService method _ executes a Callable passed