Thread.sleep()方法调用后,当等待时间已到,该线程所处状态为()。


Thread.sleep()方法调用后,当等待时间已到,该线程所处状态为()。

A.阻塞状态

B.运行状态

C.就绪状态

D.新建状态

正确答案:A