(2.1.2.4)Java多線程(四)、線程池

文章目錄 一、new Thread的弊端 二、 線程池的優勢 三、ThreadPoolExecutor 3.1 ThreadPoolExecutor方法 3.2 線程池的種類 3.2.1 FixedThreadPool 可重用固定線程數 3.2.2 CachedThreadPool 無限線程數 3.1.3 SingleThreadExecutor 單線程化 3.2.4 ScheduledThrea
相關文章
相關標籤/搜索