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

时间:2022-09-03 11:39:37 所属题库:SCJP程序员认证考试题库

相似题目