摘要: 1.三种创建线程池的方式: Executors.newFixedThreadPool(5); Executors.newSingleThreadExecutor(); Executors.newCachedThreadPool(); 三者底层均是使用ThreadPoolExecutor实现的 2.T 阅读全文
posted @ 2021-11-15 19:43 kanaliya 阅读(26) 评论(0) 推荐(0)