線程經常使用方法

interrupt 結束線程在調用Object類的wait方法或該類的join方法、sleep方法過程當中的阻塞狀態,並在調用wait、join和sleep方法處產生InterruptedException異常。 public class ThreadMethod { public static void main(String[] args) { TimeThread timeThread
相關文章
相關標籤/搜索