标签:interrupt 随机 obj cep exce 技术 方法 同步 rup
1,notify的同步块完了,才会运行wait的同步块
2,interrupt()不是静态方法,用在wait的线程上会有InteruptException,锁也会被释放
3,notify()唤醒的线程是随机的,以前不知道唤醒哪个,了解到notify是object对象有的,哪个用相关的对象锁了,就会解锁哪个
4,object.wait(5000)期间没有notify,自己也会自动唤醒
标签:interrupt 随机 obj cep exce 技术 方法 同步 rup
原文地址:https://www.cnblogs.com/vhyc/p/9180796.html