首页题库练习题目详情
面向对象程序设计单选题中等

在Java中,哪个类提供了wait()、notify()和notifyAll()方法?

AThread
BObject
CRunnable
DSemaphore