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

问题:

[单选]

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

A .  Foo has the value “”
B .  Foo has the value null
C .  An exception is thrown
D .  The code will not compile

简述证据力和证明力的关系。 概述氮素循环的基本过程。 关于蹊径预算及价格的说话不正确的是() 预算需要单独设定:价格需要单独设定。 预算从凤巢里出,不需要单独设定:价格需要单独设定。 预算需要单独设定,价格同凤巢系统一样。 预算从凤巢里出,不需要单独设定:价格同凤巢系统一样。 微宇宙 无过错责任原则

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

参考答案:

  参考解析

本题暂无解析

在线 客服