用Java创建线程的方式是什么?
有两种方法可以创建新的执行线程。
通过实现可运行的接口
创建线程的一种方法是通过实现Runnable接口来实现-
创建一个类并实现Runnable接口。
重写Runnable接口的 run()方法。
通过将当前类(实现Runnable接口的类)的对象传递给其构造函数来实例化Thread类。
创建Thread对象后,您可以通过调用start()method来启动它,然后依次执行对run()method的调用。
示例
class first implements Runnable {
public void run(){
try {
for(int i=0;i<=20;i+=2) {
Thread.sleep(600);
System.out.println(i);
}
} catch(Exception e) {
}
}
class MyThreadd {
public static void main(String args[]) {
first obj = new first();
Thread thread = new Thread(obj);
thread.setPriority(Thread.MAX_PRIORITY);
thread.start();
System.out.println(thread.isAlive());
}
}输出结果
true 0 2 4 6 8 10 12 14 16 18 20
热门推荐
10 新年门口花束祝福语简短
11 盘锦结婚祝福语大全简短
12 父母生日祝福语 简短独特
13 家庭恩爱祝福语简短英文
14 高考俄语祝福语大全简短
15 虎年祝福语 诗句唯美简短
16 生日婚礼祝福语简短精辟
17 虎年喝酒拜年祝福语简短
18 教师闺蜜祝福语简短