试题详情
多项选择题 10.publicclassBar{ 11.staticvoidfoo(int...x){ 12.//insertcodehere 13.} 14.} Which two code fragments,inserted independently at line1 2,will allow the class to compile()

A、foreach(x)System.out.println(z);

B、for(intz:x)System.out.println(z);

C、while(x.hasNext())System.out.println(x.next());

D、for(inti=0;i

  • B,D
  • 关注下方微信公众号,在线模考后查看

热门试题