public class Main { public static void main(String[] args) { try { /// ThreadPoolExecutor executor = new ThreadPoolExecutor(5, 10, 200, TimeUnit.MILLISECONDS, ));//创建线程池 var executores = Executors.newCachedThreadPool();//创建线程池 ThreadDemo temp=new Thr…