多線程,高併發初步(5,線程池)

基礎知識 接口Executor:執行器 這是最初步的東西,只有一個execute方法。 /** *Executor:執行器,只有一個execute方法。 * * @author zhouyi * */ public class MyExecutor implements Executor { public static void main(String[] args){ new MyExec
相關文章
相關標籤/搜索