Which two will compile, and can be run successfully using the command: Java fred1 hello walls
Correct Answer: C,D
Throws java.lang.ArrayIndexOutOfBoundsException: 2 at certquestions.Fred1.main(Fred1.java:3) C. Prints out: [Ljava.lang.String;@39341183 D. Prints out: walls