摘要: 线程 重点:线程的实现、线程同步 1、线程简介 一个进程有多个线程 2、实现 thread 继承thread类、实现runnable接口、实现callable public class TestThread01 extends Thread{ /** * 方式1:继承Threa类,重新run()方法 阅读全文
posted @ 2021-10-30 20:56 白小纯~ 阅读(133) 评论(0) 推荐(0)