線程的讓步含義就是使當前運行著線程讓出CPU資源
線程的讓步使用Thread
/**
* Java線程
*
* @author leizhimin
*/
public class Test {
public static void main(String[] args) {
Thread t
Thread t
t
t
}
}
class MyThread
public void run() {
for (int i =
System
}
}
}
class MyRunnable implements Runnable {
public void run() {
for (int i =
System
Thread
}
}
}
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
Process finished with exit code
本文出自
From:http://tw.wingwit.com/Article/program/Java/hx/201311/26227.html