java并发与多线程

Executor接口 [java]  view plain  copy     public interface Executor {         void execute(Runnable command);   }       Executor接口中之定义了一个方法execute(Runnable command),该方法接收一个Runable实例,它用来执行一个任务,任务即一个实现了Ru
相关文章
相关标签/搜索