摘要: Object类对线程的支持——等待与唤醒 public final void wait() throws InterruptedException public final void notify() public final void notifyAll() public class Test { public static void main(String[] args)... 阅读全文
posted @ 2016-08-28 21:24 鱼虎纹鲨鱼 阅读(148) 评论(0) 推荐(0) 编辑