【单选题】【消耗次数:1】
System.out.println(5 + 2);的输出结果应该是( )。
52
7
2
5
参考答案:
复制
纠错
相关题目
【单选题】 以下程序的运行结果是:( ) public class Increment{ public static void main(String args[]){ int c; c = 2; System.out.println(@@; System.out.println(c++); System.out.println(@@; } }
①  2 2 2
②  2 3 3
③  2 2 3
④  3 4 4
【单选题】 阅读以下代码: import java.io.*; import java.util.*; public class foo{ public static void main (String[] args){ String s; System.out.println(s= + s); } } 输出结果应该是:( )
①  代码得到编译,并输出“s=”
②  代码得到编译,并输出“s=null”
③  由于String s没有初始化,代码不能编译通过
④  代码得到编译,但捕获到 NullPointException异常
【单选题】 下列程序的运行结果是( ) 。 public class X5_1_2 extends x{ int ab() { static int aa=10; aa++; System.out.println(aa); } public static void main(String[] args) { X5_1_2 x=new X5_1_2(); x.ab(); } }
①  10
②  11
③  编译错误
④  运行成功,但不输出
【单选题】 下列程序执行的结果是( ) 。 public class X7_1_6 { public static void main(String[] args) { try{ return; } finally{ System.out.println(Finally); } } }
①  程序正常运行,但不输出任何结果
②  程序正常运行,并输出 Finally
③  编译通过,但运行时出现异常
④  因为没有 catch 子句,因此不能通过编译
【单选题】 编译运行以下程序后,关于输出结果的说明正确的是 ( ) public class Conditional{ public static void main(String args[ ]){ int x=4; System.out.println(“value is “+ ((x>4) ? 9.9:9)); } }
①  输出结果为:value is 99.9
②  输出结果为:value is 9
③  输出结果为:value is 9.0
④  编译错误
【单选题】 关于以下application的说明,正确的是( ) 1. class StaticStuff 2. { 3. static int x=10; 4. static { x+=5;} 5. public static void main(String args[ ]) 6. { 7. System.out.println(“x=” + x); 8. } 9. static { x/=3;} 10. }
①  4行与9行不能通过编译,因为缺少方法名和返回类型
②  9行不能通过编译,因为只能有一个静态初始化器
③  编译通过,执行结果为:x=5
④  编译通过,执行结果为:x=3
【单选题】 下面代码运行后的输出结果为( ) 。 public class X6_1_5 { public static void main(String[] args) { AB aa = new AB(); AB bb; bb = aa; System.out.println(b@@equals(aa)); } } class AB{ int x = 100; }
①  true
②  false
③  编译错误
④  100
【单选题】 术后D2的术后活动应该是
①  指导深呼吸、翻身、床上活动等
②  摇高床头30-45度
③  踩脚踏车10min(2次)
④  踩脚踏车10min(3次)
⑤  协助床边坐起5min
【单选题】 关于以下程序代码的说明正确的是( ) 1.class HasStatic{ 2. private static int x=100; 3. public static void main(String args[ ]){ 4. HasStatic hs1=new HasStatic( ); 5. hs1.x++; 6. HasStatic hs2=new HasStatic( ); 7. hs2.x++; 8. hs1=new HasStatic( ); 9. hs1.x++; 10. HasStati@@x- -; 11. System.out.println(“x=”+x); 12. } 13. }
①  5行不能通过编译,因为引用了私有静态变量
②  10行不能通过编译,因为x是私有静态变量
③  程序通过编译,输出结果为:x=103
④  程序通过编译,输出结果为:x=102
【单选题】 以下代码输出从2到20之间的所有偶数,for语句的迭代因子是( )for ( i =2; i <=20;     ) System.out.print(i);(100分)
①  i+=2
②  i-=2
③  i+=1
④  i-=1
随机题目
【判断题】 乡村旅游需求有四大类型包括回归自然的欲望、身体健康的渴望、求新求知的要求、参与体验的冲动。( )
①  正确
②  错误
【判断题】 外国旅游者偏爱乡村旅游商品,且消费水平低。( )
①  正确
②  错误
【判断题】 乡村旅游购物花费的多少与其旅游花费的多少无关,但与其在乡村旅游逗留时间长短及年龄均相关。( )
①  正确
②  错误
【判断题】 休闲农业与乡村旅游发展总体态势有需求总量继续稳步增加、消费能力继续稳步提升、多类多层多元愈演愈烈。( )
①  正确
②  错误
【判断题】 购买乡村旅游商品的主力人群是中青年旅游者。( )
①  正确
②  错误
【多选题】 接触民宿最多的渠道为( )
①  网络推广
②  朋友推荐
③  平面媒体
④  电视
【多选题】 家庭旅游产品的发展方向包括( )
①  精心打磨主题产品
②  突出特色提高质量
③  “玩中学”与“同放假”兼顾
④  寓教于乐
【单选题】 目前乡村旅游商品的主力消费人群是( )
①  男性人群
②  女性人群
③  常住人群
④  非常住人群
【单选题】 ( )成为人民对美好生活向往的重要组成部分。
①  家庭旅游
②  乡村旅游
③  国际旅游
④  生态旅游
【判断题】 水稻不是休闲农业的资源。( )
①  正确
②  错误