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

题库 第6486页

  • 最新
  • 浏览
  • 评论

堆排序是稳定的排序算法。( )

Luz5年前 (2021-05-10)1115
堆排序是稳定的排序算法。( ) ~@[](1)答案:FALSE…

排序算法中的比较次数与初始元素序列的排列无关。

Luz5年前 (2021-05-10)1371
排序算法中的比较次数与初始元素序列的排列无关。 ~@[](1)答案:FALSE…

`InputStream` and `OutputStream` are root classes for all stream

Luz5年前 (2021-05-10)1457
`InputStream` and `OutputStream` are root classes for all stream classes. ~@[](1)答案:TRUE…

JVM is the name of the Java library of classes.

Luz5年前 (2021-05-10)1223
JVM is the name of the Java library of classes. 分值为3分。 ~@[](3)答案:FALSE…

Using `BorderLayout`, the order to add components is irrelevant.

Luz5年前 (2021-05-10)1474
Using `BorderLayout`, the order to add components is irrelevant. ~@[](1)答案:TRUE…

A Java Applet can be executed in a HTML browser after being down

Luz5年前 (2021-05-10)1034
A Java Applet can be executed in a HTML browser after being downloaded from the web server. ~@[](1)答案:TRUE…

Swing container is used to organize other GUI components in. But

Luz5年前 (2021-05-10)1215
Swing container is used to organize other GUI components in. But other containers can not be put in a container. ~@[](1…

In Swing event model, it is true to all the components that only

Luz5年前 (2021-05-10)1294
In Swing event model, it is true to all the components that only one listener can be registered to one component. ~@[](…

The applet's paint method is called after the init method comple

Luz5年前 (2021-05-10)1088
The applet's paint method is called after the init method completes execution and the start method has started executing…

Once the layout of a container has been set, there is no chance

Luz5年前 (2021-05-10)1148
Once the layout of a container has been set, there is no chance to change it to another layout manager. ~@[](1)答案:FALSE…