newFixedThreadPool (3); service.execute(new Runnable() { public void run() { System.out.println("Another thread was executed"); } });
確定! 回上一頁