线程池的创建。

答案解析

线程池可通过Executors工厂方法(如newFixedThreadPool、newCachedThreadPool等)或ThreadPoolExecutor自定义参数创建,满足不同应用需求。