Multiple Choice
Which of the following definitely indicates that a thread has terminated?
I The run method has completed
II The method Thread.interrupted returns true
III The run method catches an InterruptedException
A) I
B) II
C) I and II
D) II and III
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: Which exception must be caught or declared
Q7: Which of the following does not create
Q8: Consider the following change to the deposit
Q26: The sleep method is terminated with a(n)
Q45: Insert the statement that would start the
Q55: To start a thread, you should first
Q56: The thread that calls signalAll must own
Q58: The _ interface is designed to encapsulate
Q66: The _ occurs when a thread that
Q67: What is the relationship between synchronized code