簡單的例子理解wait()和nodify()

一個簡單的例子理解wait和notify兩個方法 public class waitnotify { public static void main(String[] args) { Object obj = new Object(); Thread t1=new Thread(()-> { synchronized (obj) { System.out.println
相關文章
相關標籤/搜索