摘要:
下面程序 创建了三个子线程public class thread {public static void main(String args[]){new NewThread("One");new NewThread("Two");new NewThread("Three");try{Thread.sleep(10000);}catch(InterruptedException e){System.out.println("main thread interrupted");}System.out.println(& 阅读全文
posted @ 2012-05-16 20:45
wiches
阅读(118)
评论(0)
推荐(0)
浙公网安备 33010602011771号