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

Verified
Correct Answer:
Verified
Related Questions
Q27: The term "stale data" refers to a
Q28: Given that a new thread named t
Q29: Which of the following does not create
Q30: What happens when a thread calls the
Q31: Suppose thread one is downloading a 800KB
Q33: When a sleeping thread is interrupted, a(n)
Q34: _ occur(s) if the effect of multiple
Q35: a(n. _ object is used to control
Q36: Examine the SharedData class shown below.Suppose two
Q37: The term "stale data" refers to a