会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Roni
coding, design, style and best practices
博客园
首页
联系
管理
2019年2月22日
两个线程交替打印奇偶数【Lock版】
摘要: import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; public class Solution { private int start = 1; /** * 对flag的写入虽然加锁保证了线程安全,但由于读取时不是volatile所以...
阅读全文
posted @ 2019-02-22 17:10 Roni_i
阅读(630)
评论(0)
推荐(0)
编辑
公告