public class Yippee2 { <br /> static public void main(String [] yahoo) { <br /> for(int x= 1; x<yahoo.length; br="">System.out.print(yahoo[x] + “ “); <br /> } <br /> } <br /> } <br /> and the command line invocation: java Yippee2 a b c What is the result?() </yahoo.length;><br />
A、a b
B、b c
C、a b c
D、 Compilation fails.
E、 An exception is thrown at runtime.