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

题库 第6430页

  • 最新
  • 浏览
  • 评论

`import java.awt.*` is to import classes in package java.awt and

Luz5年前 (2021-05-10)1126
`import java.awt.*` is to import classes in package java.awt and classes in other packages in java.awt. ~@[](1)答案:FALS…

Java语言中的数组元素下标总是从0开始,下标可以是整数或整型表达式。

Luz5年前 (2021-05-10)1802
Java语言中的数组元素下标总是从0开始,下标可以是整数或整型表达式。 ~@[](1)答案:TRUE…

Overloaded methods can have different return values, and must ha

Luz5年前 (2021-05-10)1980
Overloaded methods can have different return values, and must have different parameter lists. Two methods differing only…

类可以有两种重要的成员:成员变量和方法,类还可以有一种成员:内部类。

Luz5年前 (2021-05-10)1773
类可以有两种重要的成员:成员变量和方法,类还可以有一种成员:内部类。 ~@[](1)答案:TRUE…

在Java程序中,可以使用protected来修饰一个类。

Luz5年前 (2021-05-10)1537
在Java程序中,可以使用protected来修饰一个类。 ~@[](1)答案:TRUE…

header is a keyword from the Java language.

Luz5年前 (2021-05-10)1475
header is a keyword from the Java language. 分值为3分。 ~@[](3)答案:FALSE…

对象间赋值将调用拷贝构造函数。

Luz5年前 (2021-05-10)2449
对象间赋值将调用拷贝构造函数。 ~@[](2)答案:FALSE…

Some Java objects are put in the heap, while some are in stack.

Luz5年前 (2021-05-10)1723
Some Java objects are put in the heap, while some are in stack. ~@[](1)答案:FALSE…

the average time complexity of the travesal of a binary tree wi

Luz5年前 (2021-05-10)900
the average time complexity of the travesal of a binary tree with n nodes is O(logn). ~@[](2)答案:TRUE…

It is always possible to represent a tree by a one-dimensional i

Luz5年前 (2021-05-10)1888
It is always possible to represent a tree by a one-dimensional integer array. ~@[](1)答案:TRUE…