201521123089 《Java程序設計》第11周學習總結

1. 本週學習總結 1.1 以你喜歡的方式(思維導圖或其他)歸納總結多線程相關內容。   2. 書面作業 本次PTA作業題集多線程 Q1.互斥訪問與同步訪問 1.1 除了使用synchronized修飾方法實現互斥同步訪問,還有什麼辦法實現互斥同步訪問(請出現相關代碼)? public int getBalance() {// synchronized return balance; } pub
相關文章
相關標籤/搜索