Java能后台运行吗
发布网友
发布时间:2022-04-25 09:05
我来回答
共4个回答
热心网友
时间:2023-11-11 18:39
可以把线程设置成后台运行.
class MyThread implements Runnable {
public void run() {
while(true) {
System.out.println(Thread.currentThread().getName() + "在运行");
}
}
}
public class ThreadDemo {
public static void main(String[] args) {
MyThread mt = new MyThread();
Thread t = new Thread(mt, "线程");
t.setDaemon(true);
t.start();
}
}
在MyThread类中run()方法虽然是死循环,程序还是可以执行完成,因为程序把线程t 设置成了 后台运行.( t.setDaemon() )
热心网友
时间:2023-11-11 18:40
这个看是你安装软件里面的语言程序
建议这个不要关闭
以免计算机出现什么异常错误,导致运行不稳定
热心网友
时间:2023-11-11 18:40
运用线程应该可以实现。
热心网友
时间:2023-11-11 18:39
可以把线程设置成后台运行.
class MyThread implements Runnable {
public void run() {
while(true) {
System.out.println(Thread.currentThread().getName() + "在运行");
}
}
}
public class ThreadDemo {
public static void main(String[] args) {
MyThread mt = new MyThread();
Thread t = new Thread(mt, "线程");
t.setDaemon(true);
t.start();
}
}
在MyThread类中run()方法虽然是死循环,程序还是可以执行完成,因为程序把线程t 设置成了 后台运行.( t.setDaemon() )
热心网友
时间:2023-11-11 18:39
可以把线程设置成后台运行.
class MyThread implements Runnable {
public void run() {
while(true) {
System.out.println(Thread.currentThread().getName() + "在运行");
}
}
}
public class ThreadDemo {
public static void main(String[] args) {
MyThread mt = new MyThread();
Thread t = new Thread(mt, "线程");
t.setDaemon(true);
t.start();
}
}
在MyThread类中run()方法虽然是死循环,程序还是可以执行完成,因为程序把线程t 设置成了 后台运行.( t.setDaemon() )
热心网友
时间:2023-11-11 18:40
这个看是你安装软件里面的语言程序
建议这个不要关闭
以免计算机出现什么异常错误,导致运行不稳定
热心网友
时间:2023-11-11 18:41
没有搞懂你问题是啥子!
热心网友
时间:2023-11-11 18:40
运用线程应该可以实现。
热心网友
时间:2023-11-11 18:41
没有搞懂你问题是啥子!
热心网友
时间:2023-11-11 18:40
这个看是你安装软件里面的语言程序
建议这个不要关闭
以免计算机出现什么异常错误,导致运行不稳定
热心网友
时间:2023-11-11 18:40
运用线程应该可以实现。
热心网友
时间:2023-11-11 18:41
没有搞懂你问题是啥子!
热心网友
时间:2023-11-11 18:40
可以把线程设置成后台运行.
class MyThread implements Runnable {
public void run() {
while(true) {
System.out.println(Thread.currentThread().getName() + "在运行");
}
}
}
public class ThreadDemo {
public static void main(String[] args) {
MyThread mt = new MyThread();
Thread t = new Thread(mt, "线程");
t.setDaemon(true);
t.start();
}
}
在MyThread类中run()方法虽然是死循环,程序还是可以执行完成,因为程序把线程t 设置成了 后台运行.( t.setDaemon() )
热心网友
时间:2023-11-11 18:40
这个看是你安装软件里面的语言程序
建议这个不要关闭
以免计算机出现什么异常错误,导致运行不稳定
热心网友
时间:2023-11-11 18:41
运用线程应该可以实现。
热心网友
时间:2023-11-11 18:41
没有搞懂你问题是啥子!