Multiple Choice
When a thread is interrupted, the most common response is to terminate the ____________ method.
A) run
B) thread
C) sleep
D) await
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: Suppose thread one is downloading a large
Q40: Calling the wait method in synchronized code
Q41: What happens if we try to start
Q42: When a sleeping thread is interrupted, an
Q43: In order to unblock a thread after
Q45: Insert the statement that would start the
Q46: Assume two threads share a BankAccount object
Q47: Consider an old fashioned telephone booth that
Q48: What should be done to get the
Q49: Class MyClass has two ReentrantLock objects, myLock1