单项选择题
A. Baz has the value of 0
B. Baz has the value of 1
C. Baz has the value of 2
D. An exception is thrown.
E. The code will not compile.
单项选择题 public class test( public static void main(string[]args){ string foo = args [1]; string foo = args [2]; string foo = args [3]; } ) And command line invocation: Java Test red green blue What is the result?()
单项选择题 int index = 1; boolean[] test = new Boolean[3]; boolean foo= test [index]; What is the result?()
多项选择题 WhichtwostatementsarereservedwordsinJava?()