003-- wait和notify的理解與使用

話題一:對於wait()和notify()的理解 對於wait()和notify()的理解,還是要從jdk官方文檔中開始,在Object類方法中有: 1. void notify() Wakes up a single thread that is waiting on this object’s monitor. 譯:喚醒在此對象監視器上等待的單個線程 2. void notifyAll()
相關文章
相關標籤/搜索