单选题:Java线程
当某一线程正处于休眠状态,而另一个线程用 Thread 类中的 interrupt() 方法中断它时,抛出的异常类型是?
A.IOException
B.RuntimeException
C.InterruptedException
D.ClassNotFoundException
answer:C
A.IOException
B.RuntimeException
C.InterruptedException
D.ClassNotFoundException
answer:C