java多种使用多线程方式的草集

Thread and Runnable

java1.1

Executor

java1.5

CompeletionService

java6

forkJoin框架

java7

CompletableFuture

java8