摘要:
1 示例-简单同步代码块 public class SychTest9 { public static void main(String[] args) { Object o = new Object(); synchronized (o){ System.out.println("aaa"); } 阅读全文
posted @ 2022-03-24 22:43
金天黑日
阅读(82)
评论(0)
推荐(0)
2022年3月24日