volatile關鍵字到底做了什麼?

 話不多說,直接貼代碼 class Singleton { private static volatile Singleton instance; private Singleton(){} //雙重判空 public static Singleton getInstance() { if ( instance == null ) {
相關文章
相關標籤/搜索