Loading

摘要: ##1. synchronized实现双线程交替打印 class Print implements Runnable{ static int i=0; static final int n=100; @Override public void run() { synchronized (this) 阅读全文
posted @ 2022-04-09 18:58 吉比特 阅读(370) 评论(0) 推荐(0) 编辑