考虑以下代码:
// This code safely publishes the Publishable object
public static Publishable publishable= new Publishable();
我已经看到了发布自定义可发布对象的这种方式,并且我读到这是安全的。我的问题是:
最佳答案
根据JCiP:
引用:JLS 12.4.2-项目9:
考虑以下代码:
// This code safely publishes the Publishable object
public static Publishable publishable= new Publishable();
最佳答案
根据JCiP:
引用:JLS 12.4.2-项目9: