随笔分类 - Java 面试八股文
【面试精选】美团大佬带你一周刷完Java面试八股文,比啃书效果好多了!】 https://www.bilibili.com/video/BV1eD4y1w7Rp/?share_source=copy_web&vd_source=0d07bacebd23732b421c74f42cb83be7
摘要:1 Java中有几种方式创建线程 四种 一 继承 thread 类 public class ZhouyuThread extends Thread{ public static void main(String[] args){ ZhouyuThread thread = new ZhouyuTh
阅读全文