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

时间:2022-09-24 16:56:19 所属题库:Java认证考试综合练习题库

相似题目