int index = 1;  String [] test = new String[3];  String foo 

题目
单选题
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

参考答案和解析
正确答案: B
解析: 暂无解析
更多“int index = 1;  String [] test = new String[3];  String foo ”相关问题