会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小园子
CnBlogs
Home
New Post
Contact
Admin
Subscription
2024年8月12日
为什么双重检验锁需要两次判空?
背景 本文将讲解单例模式-双重检验锁的实现。 代码实现 public class DCLTest { private volatile static DCL instance; private DCLTest () {}; public static DCLTest getInstance() {
Read More
posted @ 2024-08-12 22:00 heyhy
Views(102)
Comments(0)
Diggs(0)
Edit
公告
Title