摘要: 第一个例子展示了 wait 和 notify 操作过程中的监视器锁的 持有、释放 的问题。考虑以下操作: public class WaitNotify { public static void main(String[] args) { Object object = new Object(); 阅读全文
posted @ 2021-08-20 11:16 kotaka 阅读(93) 评论(0) 推荐(0)