单项选择题

下列哪个方法可导致当前线程等待,直到其他线程调用该同步监视器的notify()方法或notifyAll()方法来唤醒该线程()

A.wait()
B.join()
C.sleep()
D.start()