时间:2024-10-14 18:50:14
1、如何创建一个线程?其中之一是实现Runnable,通过在Runnable实现类中进行具体任务
3、启动一个现实是通过start方法
5、判断线程是否中断?isInterrupted()方法