皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
What is displayed on the console when running the following program? class Test { public static void main(String[] args) { try { System.out.println("Welcome to Java"); int i = 0; int y = 2/i; System.out.println("Welcome to Java"); } catch (RuntimeException ex) { System.out.println("Welcome to Java"); } finally { System.out.println("End of the block"); } } }
A.
The program displays Welcome to Java three times followed by End of the block.
B.
The program displays Welcome to Java two times followed by End of the block.
C.
The program displays Welcome to Java three times.
D.
The program displays Welcome to Java two times.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【多选题】2017年,澳大利亚前三大对华出口商品是?
A.
铁矿石
B.
天然气
C.
煤炭
D.
羊毛
【单选题】有一个类 B ,下面为其构造方法的声明,正确的是
A.
void B(int x) {}
B.
B(int x) {}
C.
b(int x) {}
D.
void b(int x) {}
【单选题】_____ you don't want to do so, you have to do it. [     ]
A.
Even
B.
Though
C.
Even though
D.
Although
【多选题】澳大利亚前三大出口商品是什么?
A.
铁矿石
B.
煤炭
C.
天然气
D.
教育
【简答题】为了方便管理,可以将货位编号和货位规划绘制成________。
【单选题】将标准差率转化为投资的风险收益率,需要导入( )。
A.
风险报酬
B.
标准差系数
C.
风险报酬斜率
D.
标准离差
【单选题】有一个类B,下面为其构造方法的声明,正确的是
A.
void B(int x) {}
B.
B(int x) {}
C.
b(int x) {}
D.
void b(int x) {}
【判断题】非比例符号的定位点和定位线随地物而有异,在测绘、读图及用图时应当按规范要求进行。
A.
正确
B.
错误
【判断题】例符号的定位点和定位线随地物而有异,在测绘、读图及用图时应当按规范要求进行。
A.
正确
B.
错误
【单选题】以下哪个不是我国出口至澳大利亚的前三大商品?
A.
通讯设备
B.
电脑
C.
手机
D.
家具用品
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题