考虑以下代码:

   // This code safely publishes the Publishable object
   public static Publishable publishable= new Publishable();

我已经看到了发布自定义可发布对象的这种方式,并且我读到这是安全的。我的问题是:
  • 这是真的是一种安全发布的方法吗?
  • 如果对1的回答为否,那为什么呢?如果是,那么还请解释原因?
  • 最佳答案

    根据JCiP:



    引用:JLS 12.4.2-项目9:

    10-08 17:18