摘要: 1.通过继承thread类,覆写run方法来实现多线程。 1 public class Mytest { 2 public static void main(String[] args) { 3 Thread myThread1 = new MyThread1(); 4 ... 阅读全文
posted @ 2015-09-29 00:45 fakers 阅读(576) 评论(1) 推荐(0)