摘要:
多线程 1 程序、进程、线程 Process 进程 Thread 线程 2 线程创建 Thread class(继承Thread类) Runnable 接口 Callable 接口(了解) 区别:run() vs. start() 2.1 继承Thread类 // 创建线程方式1: 继承Thread 阅读全文
posted @ 2021-12-02 19:23
chengyuyu
阅读(66)
评论(0)
推荐(0)
浙公网安备 33010602011771号