線程優先級-------setPriority( )設置優先級

代碼: package cn.tedu.thread; public class PriorityDemo { public static void main(String[] args) { //創建線程對象 Thread t1=new Thread(new PDemo(),「A」); Thread t2=new Thread(new PDemo(),「B」); //設置優先級 t1.setPr
相關文章
相關標籤/搜索