文章分类 -  java

独立线程与线程池
摘要:1.继承Threadpackage com.example;/** * 继承Thread */public class ThreadTest{ public static void main(String[] args) throws InterruptedException { for(int i 阅读全文
posted @ 2022-02-06 11:55 悄悄地超越 阅读(89) 评论(0) 推荐(0)