多線程的線程狀態轉換——與常見的函數

  多線程的線程狀態轉換 多線程 常見的函數dom ① sleep():使線程靜止,不會釋放對象鎖.ide ②   wait():使線程釋放對象鎖,需與 synchronized() ,notify().函數 ③ notify():喚醒處於 同步塊 wait() 的一段線程使其運行.this ①②③Demo: ↓spa public class WaitThread {線程     public
相關文章
相關標籤/搜索