【四】Java多線程之線程優先級(Priority )

每一個線程都有本身的優先級,優先級越高的線程獲得CPU的分配的執行時間越多java 默認優先級是5,範圍從1到10。線程 public class Priority { public static void main(String[] args) { Thread t1 = new Thread(new T1()); Thread t2 = new Thre
相關文章
相關標籤/搜索