Java中有几种线程池?

缓存,修正,计划,单一

newCachedThreadPool

newFixedThreadPool

newScheduleThreadPool

newSingleThreadExecutor

原文地址:https://www.cnblogs.com/lxcmyf/p/8409636.html