java多線程與高併發思維導圖

思維導圖:https://www.processon.com/mindmap/5e9e98fd6376897466837d50 1.基本概念 創建線程的3種方式 實現Runnable接口     繼承Thread類 run方法執行多線程部分   實現Callable接口,線程池     cpu yeild方法,讓出一下cpu     join,加入線程。A jion B,等B執行完再執行A    
相關文章
相關標籤/搜索