Jvm知識學習(九)-鎖

一,線程安全 1,示例說明: 多線程網站統計訪問人數  使用鎖,維護計數器的串行訪問與安全性 多線程訪問ArrayList 代碼: public static List<Integer> numberList =new ArrayList<Integer>(); public static class AddToList implements Runnable{   int startnum=0;
相關文章
相關標籤/搜索