Multiple Choice
When a sleeping thread is interrupted, a(n) ____________________ is generated.
A) ThreadInterruptedException
B) ThreadException
C) ThreadSleepException
D) InterruptedException
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q32: Which of the following definitely indicates that
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
Q38: Calling signalAll without locking the object is