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

题库 第6407页

  • 最新
  • 浏览
  • 评论

When a class implements an interface, it can define some methods

Luz5年前 (2021-05-10)1306
When a class implements an interface, it can define some methods of the interface as needed, and leaves some untouched.…

在对不带头结点的链队列作出队操作时,不会改变头指针的值。

Luz5年前 (2021-05-10)1844
在对不带头结点的链队列作出队操作时,不会改变头指针的值。 ~@[](2)答案:FALSE…

An abstract class can have instances created using the construct

Luz5年前 (2021-05-10)850
An abstract class can have instances created using the constructor of the abstract class. ~@[](2)答案:FALSE…

An abstract class can be extended.

Luz5年前 (2021-05-10)841
An abstract class can be extended. ~@[](2)答案:TRUE…

An interface can extend from one or more interfaces.

Luz5年前 (2021-05-10)967
An interface can extend from one or more interfaces. ~@[](2)答案:TRUE…

An interface can extend an abstract class.

Luz5年前 (2021-05-10)904
An interface can extend an abstract class. ~@[](2)答案:FALSE…

A subclass of a nonabstract superclass cannot be abstract.

Luz5年前 (2021-05-10)857
A subclass of a nonabstract superclass cannot be abstract. ~@[](2)答案:FALSE…

An abstract class can extend an interface.

Luz5年前 (2021-05-10)835
An abstract class can extend an interface. ~@[](2)答案:FALSE…

An interface is compiled into a separate bytecode file.

Luz5年前 (2021-05-10)1151
An interface is compiled into a separate bytecode file. ~@[](2)答案:TRUE…

An abstract method must be nonstatic.

Luz5年前 (2021-05-10)1029
An abstract method must be nonstatic. ~@[](2)答案:TRUE…