单选题:Given the following main method in a class called Cycle and a co
Given the following main method in a class called Cycle and a command line of
```
java Cycle one two
```
what will be output?@[C](2)
```
public static void main(String bicycle[]){
System.out.println(bicycle[0]);
}
```
A. None of these options
B. cycle
C. one
D. two
A.None of these options
B.cycle
C.one
D.two
答案:C
```
java Cycle one two
```
what will be output?@[C](2)
```
public static void main(String bicycle[]){
System.out.println(bicycle[0]);
}
```
A. None of these options
B. cycle
C. one
D. two
A.None of these options
B.cycle
C.one
D.two
答案:C