-->
当前位置:首页 > 题库

单选题:About the Java language, which statement below is NOT correct?

Luz5年前 (2021-05-10)题库1757
About the Java language, which statement below is NOT correct? @[A](2)

A. Other than the class itself, only derived classes can access a protected member.
B. The .length of an array is the number of elements in the array.
C. It is possible to have a try statement without any catch clause but a finally clause.
D. All primitive number types have their corresponding warp classes.




A.Other than the class itself, only derived classes can access a protected member.
B.The .length of an array is the number of elements in the array.
C.It is possible to have a try statement without any catch clause but a finally clause.
D.All primitive number types have their corresponding warp classes.


答案:A