背景 本文将讲解单例模式-双重检验锁的实现。 代码实现 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