摘要: public class SynchronizeRetreenTest extends Thread { int i = 1; public synchronized void doSomething() { while (i < 10) { System.out.println(" " + i); 阅读全文
posted @ 2017-09-09 14:20 蒋贤军 阅读(231) 评论(0) 推荐(0)