当前位置: 技术问答>java相关
scjp模型題一道,我看不懂這個題目什麼意思?
来源: 互联网 发布时间:2015-10-21
本文导语: What class must an inner class extend: A.The top level class. B.The Object class. C.Any class or interface. D.It must extend an interface. Select the most appropriate answer. 請教,題意和答案,最好能翻譯一下,謝謝!!! | ...
What class must an inner class extend:
A.The top level class.
B.The Object class.
C.Any class or interface.
D.It must extend an interface.
Select the most appropriate answer.
請教,題意和答案,最好能翻譯一下,謝謝!!!
A.The top level class.
B.The Object class.
C.Any class or interface.
D.It must extend an interface.
Select the most appropriate answer.
請教,題意和答案,最好能翻譯一下,謝謝!!!
|
我觉得他的意思是问一个类必须要继承的基类:java.lang.Object,so,I choose B.
|
我想应该选B吧
|
内部类必须继承什么类:
A.它上层的类。
B.Object类。
C.任意类或接口。
D.必须继承一个接口。
答案为B
A.它上层的类。
B.Object类。
C.任意类或接口。
D.必须继承一个接口。
答案为B
|
答案应该是C
可能你是不是把标准答案搞错了! 比如说,搞错位置了?
可能你是不是把标准答案搞错了! 比如说,搞错位置了?
|
我搞错了! 答案应该是D 如果int a不是5的话! 答案就是C