下面哪个方法不可以在任何时候被任何线程调用?()
A:wait()
B:sleep()
C:yield()
D:synchronized(this)
出自:计算机科学