notify()和notifyAll()的异同
相同点:
用来唤醒由wait()引起的阻塞线程
区别:
多线程中notify()和notifyAll()方法
原文:https://www.cnblogs.com/juddy/p/12823618.html