摘要: Thread 方法 下表列出了Thread类的一些重要方法: 序号方法描述 1 public void start()使该线程开始执行;Java 虚拟机调用该线程的 run 方法。 2 public void run()如果该线程是使用独立的 Runnable 运行对象构造的,则调用该 Runnab 阅读全文
posted @ 2022-02-04 21:59 stdrush 阅读(69) 评论(0) 推荐(0)