- 讲师:刘萍萍 / 谢楠
- 课时:160h
- 价格 4580 元
特色双名师解密新课程高频考点,送国家电网教材讲义,助力一次通关
配套通关班送国网在线题库一套
question 4)
what will happen when you attempt to compile and run this code?
class base{public void myfunc(){
}
public void amethod(){
}
1) the code will compile and run, printing out the words "my func"
3) the code will compile but complain at run time that the base class has non abstract methods
question 5)
why might you define a method as native?
1) to get to access hardware that java does not know about
3) to write optimised code for performance in a language such as c/c++
question 6)
what will happen when you attempt to compile and run this code?
class base{public class fin extends base{
base b = new base();
}
1) compile time error indicating that a class with any final methods must be declared final itself
3) run time error indicating that base is not defined as final
责编:罗莉
上一篇:格林模拟试题二(上)(4)
下一篇:格林模拟试题二(上)(1)
课程专业名称 |
讲师 |
课时 |
查看课程 |
---|
课程专业名称 |
讲师 |
课时 |
查看课程 |
---|
点击加载更多评论>>