多选题 Given:
3. public class Avast {
4. static public void main (String[] scurvy)
5. System.out.print (scurvy[1] + " ");
6. main(scurvy[2]);
7. }
8. public static void main(String dogs) {
9. assert (dogs == null);
10. System.out.println(dogs);
11. } }
And, if the code compiles, the command-line invocation:
java Avast -ea 1 2 3
What is the result? (Choose all that apply.)
【正确答案】 A
【答案解析】