集册 Java 面试笔记 所有的线程都必须实现哪个方法?

所有的线程都必须实现哪个方法?

欢马劈雪     最近更新时间:2020-08-04 05:37:59

348

run() 方法, 不管是继承 Thread 还是实现 Runnable 接口.