当前位置:SCJP程序员认证考试题库

问题:

[单选]

int index = 1; 
boolean[] test = new Boolean[3]; 
boolean foo= test [index];  
What is the result?()  

A .  Foo has the value of 0.
B .  Foo has the value of null.
C .  Foo has the value of true.
D .  Foo has the value of false.
E .  An exception is thrown.
F .  The code will not compile.

简述科学玩具与游戏的运用? 假设一个经济中总收入为2000亿元,储蓄为400元,当收入增加为2500亿元时,储蓄增加为500亿元。计算该经济的乘数。如果这个经济增加了总支出200亿元,实际国内生产总值会增加多少? 《秋水》文章艺术特点是什么? 固结快剪 圆柱砌筑前按线进行试摆砖,以确定砖的()方法。 加工。 砌筑。 定位。 排砖。

int index = 1; 
boolean[] test = new Boolean[3]; 
boolean foo= test [index];  
What is the result?()  

参考答案:

  参考解析

本题暂无解析

在线 客服