为了账号安全,请及时绑定邮箱和手机立即绑定

这个wait(),yield(),notifyAll()的用法

请教老师或各位朋友,这个wait(),yield(),notifyAll()的用法,到底什么时候用啊,用在哪里,完全不懂

正在回答

1 回答

wait()和notifyAll()是在线程同步的时候使用的一对方法。yield()通常而言你不会用到。一下来自Java API

It is rarely appropriate to use this method. It may be useful for debugging or testing purposes, where it may help to reproduce bugs due to race conditions. It may also be useful when designing concurrency control constructs such as the ones in the java.util.concurrent.locks package.

0 回复 有任何疑惑可以回复我~
#1

小宇轩 提问者

谢谢
2015-05-21 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这个wait(),yield(),notifyAll()的用法

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信