Multiple Choice
a(n. ____ object is used to control the threads that want to manipulate a shared resource.
A) condition
B) lock
C) interrupt
D) runnable
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q30: What happens when a thread calls the
Q31: Suppose thread one is downloading a 800KB
Q32: Which of the following definitely indicates that
Q33: When a sleeping thread is interrupted, a(n)
Q34: _ occur(s) if the effect of multiple
Q36: Examine the SharedData class shown below.Suppose two
Q37: The term "stale data" refers to a
Q38: Calling signalAll without locking the object is
Q39: Suppose thread one is downloading a large
Q40: Calling the wait method in synchronized code