多線程實現的兩種方式及其區別

繼承Thread public class Demo2_Thread { public static void main(String[] args) { MyThread mt = new MyThread(); mt.start(); // 注意調用的start()方法,而不是run()方法 for(int i = 0; i < 10
相關文章
相關標籤/搜索