可学答题网 > 问答 > Java认证考试综合练习题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

public classYippee{ public static voi


public classYippee{ public static void main(String[]args){ for(intx=1;xSystem.out.print(args[x]+""); } } } and two separate command line invocations:j avaYippee javaYippee1234 What is the result?()

  • ANo output is produced. 123
  • BNo output is produced. 234
  • CNo output is produced. 1234
  • DAn exception is thrown at runtime. 123
  • EAn exception is thrown at runtime. 234
  • FAn exception is thrown at runtime. 1234
参考答案
参考解析:
分类:Java认证考试综合练习题库