【单选题】【消耗次数:1】
已知有下面类的说明: public class X5_1_1 extends x{ private float f =10.6f; int i=16; static int si=10; public static void main(String[] args) { X5_1_1 x=new } } X5_1_1(); 在 main()方法中,下面哪条语句的用法是正确的?( )
x.f
this.si
X5_1_1.i
X5_1_1.f
参考答案:
复制
纠错
相关题目
【单选题】 下列程序的运行结果是( ) 。 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_5 { public static void main(String[] args) { int[] z = { 1,2,3,4 } ; int p = z[4]; int x = 0; int y = 5/x; } }
①  ArithmeticException
②  NumberFormatException
③  ArrayIndexOutOfBoundsException
④  IOException
【单选题】 运行下面程序时,会产生什么异常?( ) public class X7_1_4 { public static void main(String[] args) { int x = 0; int y = 5/x; int[] z = { 1,2,3,4 } ; int p = z[4]; } }
①  ArithmeticException
②  NumberFormatException
③  ArrayIndexOutOfBoundsException
④  IOException
【单选题】 关于以下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
【单选题】 已知f(x+1)=2x-5,求f(x)
①  2x-7
②  2x-5
③  x+7
④  x-7
【单选题】 关于以下程序代码的说明正确的是( ) 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
【单选题】 下面代码运行后的输出结果为( ) 。 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
【单选题】 以下程序的输出的结果是()。 int x=3; main( ) int i; for(i=1;i<x;i++)incre( );incre( ) staic int x=1; x*=x+1; printf( %d, x);
①  25
②  26
③  27
④  28
【判断题】 f(x)=√(x-1)/√(x+1),g(x)=√((x-1)/(x+1)) ;f(x)=g(x)
①  正确
②  错误
【判断题】 f(x)=(x^2-1)/(x-1),g(x)=x+1;f(x)=g(x)
①  正确
②  错误
随机题目
【单选题】 ( )设计了视觉悬崖装置。
①  罗杰斯
②  吉布森
③  托马斯
④  艾弗森
【单选题】 记忆恢复指学习某种材料后,相隔一段时间后所测量到的保持量,比学习之后立即测量的保持量要( )。
①  持平
② 
③ 
④  不确定
【单选题】 儿童语言发展总趋势体现在儿童( )发展的总趋势
①  记忆发展
②  表象发展
③  想象发展
④  思维发展
【单选题】 具体运算阶段是指( )的孩子。
①  7-11岁
②  0-2岁
③  11-12岁开始
④  2-7岁
【单选题】 ( )提出了儿童情绪情感新的分化理论。
①  艾尔伯特
②  布里奇斯
③  华生
④  孟昭兰
【单选题】 哭泣的三种模式不包括( )。
①  基本的哭泣
②  愤怒的哭泣
③  无聊的哭泣
④  痛苦的哭泣
【单选题】 语音的正确率与所处环境( )。
①  有关
②  不确定
③  影响不大
④  无关
【单选题】 攻击性行为的特点,不包括( )。
①  年幼儿童工具性侵犯多
②  女孩更易攻击
③  男孩更易攻击
④  年长儿童敌意性侵犯多
【单选题】 ( )能区分音高的音域。
①  0-3岁
②  4-5岁
③  3-4岁
④  5-6岁
【单选题】 儿童( )向标准歌方向发展,可以唱出完整歌词片段。
①  2-3岁
②  6个月-2岁
③  3-4岁
④  4-5岁