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