synchronized

synchronized關鍵字 同步代碼塊: cpu正在執行某個線程時可能會被其它線程打斷,導致出現我們不想要的結果。比如: 這段代碼: publicclass Lianxi10 {        public static void main(String[] args) {           final Printer p = new Printer();           new Thr
相關文章
相關標籤/搜索