Java線程
與線程休眠類似
線程的優先級用
在一個線程中開啟另外一個新線程
/**
* Java線程
*
* @author leizhimin
*/
public class Test {
public static void main(String[] args) {
Thread t
Thread t
t
t
t
t
}
}
class MyThread
public void run() {
for (int i =
System
try {
Thread
} catch (InterruptedException e) {
e
}
}
}
}
class MyRunnable implements Runnable {
public void run() {
for (int i =
System
try {
Thread
} catch (InterruptedException e) {
e
}
}
}
}
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
線程
Process finished with exit code
本文出自
From:http://tw.wingwit.com/Article/program/Java/hx/201311/27006.html