Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 114 Bytes

File metadata and controls

3 lines (2 loc) · 114 Bytes

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

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