摘要: 1.三种线程调度方式 wait()/notify()/notifyAll() public static void main(String[] args) { Object obj = new Object(); new Thread(()->{ synchronized (obj){ System 阅读全文
posted @ 2021-08-09 14:48 一步一年 阅读(189) 评论(0) 推荐(0) 编辑