试题详情
- 多项选择题 10. public class Bar { 11.static void foo(int...x) { 12. // insert code here 13. } 14. } Which two code fragments, inserted independently at line 12, will allow the class to compile?()
A、 foreach(x) System.out.println(z);
B、 for(int z : x) System.out.println(z);
C、 while( x.hasNext()) System.out.println( x.next());
D、 for( int i=0; i< x.length; i++ ) System.out.println(x[i]);
- B,D
关注下方微信公众号,在线模考后查看
热门试题
- 表达式newStringTokenize
- Assume the&ens
- 编写一个Java程序,用if-else语
- Which method
- 已知: 则输出为()
- Which statemen
- Which the two&
- 求1~99的平方根的和并输出结果。(保留
- 下面哪些类型实现了Comparable接
- 事件适配器类的作用是:()
- public class&e
- 请选择下面代码的输出结果()。
- 以下关于Java包的描述中,错误的是()
- 下列哪种异常是检查型异常,需要在编写程序
- What happens
- Given an
- 回文数是指正读和反读都一样的正整数&en
- 14. DateFormat
- 下列哪项是Java语言中所规定的注释样式
- public class&e