Multiple Choice
What course of action should be followed when a thread has been interrupted?
A) the thread should terminate
B) the thread should do what a programmer thinks is appropriate
C) the thread should go to sleep
D) the thread should call the Thread.interrupted method
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Which method do you call to make
Q20: The _ method stops the current thread
Q20: Under what circumstances will a call to
Q22: If a thread sleeps after acquiring a
Q25: Suppose thread one is downloading a large
Q26: Which of the following scenarios may not
Q28: Under what conditions are locks unnecessary for
Q29: Exactly when does a thread finish in
Q54: _ allow a thread to temporarily release
Q68: In the initial release of the Java