可学答题网 > 问答 > SCJP程序员认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

public class Yippee2 {


public class Yippee2 {  static public void main(String [] yahoo) {  for(int x= 1; xSystem.out.print(yahoo[x] + “ “);  }  }  }  and the command line invocation: java Yippee2 a b c What is the result?()   

  • Aa b
  • Bb c
  • Ca b c
  • D Compilation fails.
  • E An exception is thrown at runtime.
参考答案
参考解析:
分类:SCJP程序员认证考试题库