1,executor,executorservice,executors,runnable,callable,ThreadPool
2,execute(执行的是runnable任务没有返回值),submit(可以有返回值,也可以没有)
3,future
4,FutureTask
5,newFixedThreadPool,newCachedThreadPool,newSingleThreadPool,
newScheleThreadPool,newWorkStealingPool,ForkJoinPool