class MyThreadA extends Thread
Thread t2=new MyThreadB();
t2.setDaemon(true);
t1.start();//t1.run();
Thread.sleep(1000);
class MyRunnableA implements Runnable
Thread t1=new Thread(new MyRunnableA());
class MyThreadA extends Thread
Thread t2=new MyThreadB();
t2.setDaemon(true);
t1.start();//t1.run();
Thread.sleep(1000);
class MyRunnableA implements Runnable
Thread t1=new Thread(new MyRunnableA());
Java Thread Dump文件分析
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M