關於thread.join()的一次錯誤理解

public static void main(String[] args) throws InterruptedException { Thread prevThread = Thread.currentThread(); for(int i = 0;i<10;i++){ Thread t = new Thread(new ThreadJoin(prevThre
相關文章
相關標籤/搜索