-> -> ->
2010计算机等级考试二级(JAVA)笔试16(二)
时间:2011-06-11 22:12:21
微信搜索关注"91考试网"公众号,领30元,获取事业编教师公务员等考试资料40G
7E38D.±1.79769313486231570E307 参考答案: C ----------------------------------------34、在Java语言中下列( )是编译器自动导入的。 A.java.lagB.java.awtC.java.ioD.java.alet 参考答案: A ----------------------------------------35、 下列程序输出结果为( )。 public class test { public static void main (String args[]) { int a=0; outer:for(int i=0;i<2;i + +) { for(int j=0;j<2;j+ +) { if(j>i) { continue outer; } a+ +; } } System.out.println(a); } } A.0B.2C.3D.4 参考答案: C
微信搜索关注"91考试网"公众号,领30元,获取公务员事业编教师考试资料40G