Diffrence Between Notify & NotifyAll | |
|---|---|
| Greenhorn Joined: Jan 23, 2007 Posts: 17 |
posted Wednesday, February 27, 2008 17:30
|
| SCJP 5.0, SCWCD JEE5 | |
| Bartender Joined: Feb 25, 2007 Posts: 1629 |
posted Wednesday, February 27, 2008 18:51
|
|
apigee, a better way to API! | |
| Greenhorn Joined: Jan 23, 2007 Posts: 17 |
posted Thursday, February 28, 2008 00:25
|
| Ranch Hand Joined: Jan 21, 2011 Posts: 637 |
posted Monday, April 11, 2011 19:35:44
|
|
SCJP 6. Learning more now. | |
| Ranch Hand Joined: Sep 01, 2010 Posts: 42 |
posted Thursday, April 14, 2011 02:25:09
|
Notify与NotifyAll的区别
本文解答了Java中Object类的Notify与NotifyAll方法的区别。Notify唤醒等待队列中的单个线程,而NotifyAll唤醒所有等待线程。文章进一步解释了被唤醒线程如何竞争锁并继续执行。
200

被折叠的 条评论
为什么被折叠?



