- 讲师:刘萍萍 / 谢楠
- 课时:160h
- 价格 4580 元
特色双名师解密新课程高频考点,送国家电网教材讲义,助力一次通关
配套通关班送国网在线题库一套
百度广告
what will happen when you attempt to compile and run the following code
import java.io.*;public void amethod(){}
try{
system.out.println("pausing");
system.out.println("continuing");
}catch(ioexception ioe) {}
}
1) compile time error caused by protected constructor
3) runtime error caused by amethod not declaring exception
question 32)
public class outer{
public static void main(string argv){
i.showname();
private class inner{
void showname(){
}
}
1) compile and run with output of "outer"
3) compile time error because inner is declared as private
责编:罗莉
上一篇:格林模拟试题三(上)(7)
下一篇:格林模拟试题二(下)(2)
课程专业名称 |
讲师 |
课时 |
查看课程 |
---|
课程专业名称 |
讲师 |
课时 |
查看课程 |
---|
点击加载更多评论>>