Java多線程(第七章)

1. 線程的狀態 interrupted靜態方法:測試當前線程(current thread)是不是中斷狀態,執行後將狀態標識清除,置爲false。 isInterrupted實例方法: 測試線程Thread對象(this thread)是不是中斷狀態,不會清除標識狀態。 1. BLOCKED 阻塞 Thread state for a thread blocked waitin
相關文章
相關標籤/搜索