下列关于Thread类中sleep方法的说法,不正确的一项是?
sleep方法指定的休眠时间以微秒为单位
sleep方法可能会抛出名为InterruptedException的异常
InterruptedException是一个必检异常
sleep方法可以放在try-catch块之外