向線程池提交任務的兩種方式

方式一:提交無返回值的任務(execute); class RunnableThread implements Runnable{ @Override public void run() { for(int i=0;i<10;i++){ System.out.println (Thread.currentThread ().getName
相關文章
相關標籤/搜索