Fork me on GitHub
摘要: 1.创建线程的方式: 1.1 继承Thread类(实际上Thread也是实现Runnable接口) 1.2 实现Runnable接口 1.3 实现Callable接口(能返回执行结果) 1.4 通过线程池创建(通过Runnable或Callable参数) 2.线程的状态 2.1 初始:线程通过Thr 阅读全文
posted @ 2021-05-24 00:53 罗西施 阅读(152) 评论(0) 推荐(0) 编辑