欢迎来到萧静默的博客

书山有路勤为径,学海无涯苦作舟。
摘要: package cn.bruce.Thread; public class LockDemo { public final static void main(String[] args) { // 创建线程任务类对象 DeadLock DL = new DeadLock(); // 创建两个线程 T 阅读全文
posted @ 2020-08-28 14:38 萧静默 阅读(414) 评论(0) 推荐(0) 编辑