多線程常見的線程方法

sleep()線程暫停 Thread.sleep(1000); 表示當前線程暫停1000毫秒 ,其餘線程不受影響 Thread.sleep(1000); 會拋出InterruptedException 中斷異常,由於當前線程sleep的時候,有可能被中止,這時就會拋出 InterruptedExceptionjava package multiplethread; public class Tes
相關文章
相關標籤/搜索