31、下列关于修饰符混用的说法,错误的是( )
A.abstract不能与final并列修饰同一个类
B.abstract类中不可以有private的成员
C.abstract方法必须在abstract类中
D.staic方法中能处理非static的属性
32、以下标识符中哪项是不合法的( )
A、BigMeaninglessName B、$int C、1s D、$1
33、以下代码段执行后的输出结果为( )
int x=3; int y=10;
System.out.println(y%x);
A、0 B、1 C、2 D、3
34、以下哪个表达式是不合法的( )
A、String x="Hello"; int y=9; x+=y;
B、String x="Hello"; int y=9; if(x= =y) { }
C、String x="Hello"; int y=9; x=x+y;
D、String x=null; int y=(x!=null)&&(x.length()>0) ? x.length : 0
35、编译运行以下程序后,关于输出结果的说明正确的是 ( )
public class Conditional
{ public static void main(String args[ ])
{ int x=4;
System.out.println("value is "+ ((x>4) ? 99.9 :9));
}
}
A、输出结果为:value is 99.99 B、输出结果为:value is 9
C、输出结果为:value is 9.0 D、编译错误
36、以下声明合法的是( )
A、 default String s;
B、 public final static native int w( )
C、 abstract double d;
D、 abstract final double hyperbolicCosine( )
37、关于以下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. }
A、4行与9行不能通过编译,因为缺少方法名和返回类型
B、9行不能通过编译,因为只能有一个静态初始化器
C、编译通过,执行结果为:x=5
D、编译通过,执行结果为:x=3
java选择题4
答案:4 悬赏:70 手机版
解决时间 2021-03-12 19:10
- 提问者网友:浪荡绅士
- 2021-03-12 09:26
最佳答案
- 五星知识达人网友:白昼之月
- 2021-03-12 10:25
31d
32c
33d
34a
35c
36c
37c
32c
33d
34a
35c
36c
37c
全部回答
- 1楼网友:你哪知我潦倒为你
- 2021-03-12 12:44
dcbbbab
- 2楼网友:不想翻身的咸鱼
- 2021-03-12 11:26
D
C
B
B
B
A
B
- 3楼网友:由着我着迷
- 2021-03-12 10:48
d)交互 a) clickevent c) demo d = new demo(); new thread(d).start(); d)8 (变态的递归 答案肯定是这个 等我知道好的算法再告诉你) b) 单选框(radiobutton) a)接口方法可以用private修饰 c) implements serializable 38题不知道 d)inputstreamreader(这个是字符流和字节流转换用的) a) public int change(){}
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯