Java学习之==> 多线程
摘要:一、创建线程的三种方式 第一种 public class App { public static void main(String[] args) { Thread thread = new Thread(() -> { while (true) { System.out.println("test
阅读全文
posted @ 2020-01-06 00:03
posted @ 2020-01-06 00:03