Multiple Choice
If a thread sleeps after acquiring a _________, it blocks all other threads that want to acquire it.
A) condition
B) signal
C) lock
D) thread
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: Which of the following scenarios may not
Q18: If you do not use the Runnable
Q19: Which constructor can be used to create
Q20: The _ method stops the current thread
Q21: A program that creates a large number
Q23: a(n. _ uses a small number of
Q24: Consider the addFirst method of the LinkedList
Q25: Assume two threads share a BankAccount object
Q26: The sleep method is terminated with a(n)
Q27: The term "stale data" refers to a