软件工厂JAVA.docVIP

  • 3
  • 0
  • 约1.16万字
  • 约 13页
  • 2018-03-22 发布于江苏
  • 举报
软件工厂JAVA

软件工厂JAVA笔试(适用对象:0级学员)   class A{ public static void main(String[] args){ method(); } static void method(){ try{ System.out.println(“Hello”); System.exit(0); }finally{ System.out.println(“good-bye”); } } } 编译运行后,输出的结果是:() a) “Hello” b) “good-bye” c) “Hello”后面是”good-bye” d) 代码不能通过编译 2、 int index = 1; String[] test = new

文档评论(0)

1亿VIP精品文档

相关文档