课程
/后端开发
/Java
/深入浅出Java多线程
我真是不明白为啥会报错 还有eclips
2018-09-27
源自:深入浅出Java多线程 2-3
正在回答
写继承关系了吗
左面没报错啊,右边...你单拿出来这一段也看不出来什么
举报
带你一起深入浅出多线程,掌握基础,展望进阶路线
3 回答Thread actor=new Actor(); 这怎么理解?
2 回答actor的声明
3 回答Thread actor=new Thread(new Actor(),"Mr.Thread");
2 回答为什么我多次运行的结果都是先执行actor再执行actress呢?
4 回答No enclosing instance of type Actor is accessible. Must qualify the allocation with an enclosing instance of type Actor (e.g. x.new A() where x is an instance of Actor).