線程安全的方法

面試問題: 下面的方法是否線程安全?怎樣讓它成爲線程安全的方法? class MyCounter { private static int counter = 0; public static int getCount() { return counter++; } } 本篇文章將解釋一個常見的面試題,該問題被谷歌和很多其它公司問起過。它涉及的相對比較初級,
相關文章
相關標籤/搜索