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.
c. notify, notifyAll
Computer Science & Information Technology
You might also like to view...
What is the 7×7 guideline?
A) No more than seven slides in a presentation without some type of graphic and no more than levels in your bulleted lists B) No more than seven lines of text and no more than seven major words per line on a slide C) No more than seven fonts and seven sizes of text per presentation D) No more than seven transitions and seven animations per presentation
Computer Science & Information Technology
Motherboards used to use a simple error detection method called ____. Each byte of data in memory is accompanied by a ninth bit.
A. ECC B. Bit check C. Parity checking D. Free Willy
Computer Science & Information Technology