应在条件上调用()方法使当前线程等待,直到发出条件信号为止?
A.condition.await();
B.condition.wait();
C.condition.waiting();
D.condition.waited();
正确答案:A
相关答案
热门答案