问题描述
- java线程建立时,实例化错误
-
MyTHread(String name,DingDong tt)
{
thrd=new Thread(this,name);//从new开始就错了··这是为什么?
thrd.statr();}
解决方案
this这个类实现了Runnable么?start也拼写错了
解决方案二:
参考:http://www.xuebuyuan.com/460311.html
时间: 2025-01-01 15:15:13
}
this这个类实现了Runnable么?start也拼写错了
解决方案二:
参考:http://www.xuebuyuan.com/460311.html