Multiple Choice
What should be done to get the attention of a thread?
A) call the thread's stop method
B) call the thread's run method
C) call the thread's interrupt method
D) call the thread's sleep method
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: In order to unblock a thread after
Q44: When a thread is interrupted, the most
Q45: Insert the statement that would start the
Q46: Assume two threads share a BankAccount object
Q47: Consider an old fashioned telephone booth that
Q49: Class MyClass has two ReentrantLock objects, myLock1
Q50: Which argument(s) present(s) the best case(s) for
Q51: In which method are the tasks that
Q52: Which of the following definitely indicates that
Q53: The term "starvation" means a situation where