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

题库 第6416页

  • 最新
  • 浏览
  • 评论

友元类之间的关系不能传递,但能继承。

Luz5年前 (2021-05-10)1946
友元类之间的关系不能传递,但能继承。 ~@[](2)答案:FALSE…

C++程序中,类的构造函数名与类名相同。

Luz5年前 (2021-05-10)1768
C++程序中,类的构造函数名与类名相同。 ~@[](1)答案:TRUE…

HashSet类是线程不安全的。

Luz5年前 (2021-05-10)1029
HashSet类是线程不安全的。 ~@[](1)答案:TRUE…

All threads defined in one program are to be executed in one CPU

Luz5年前 (2021-05-10)1220
All threads defined in one program are to be executed in one CPU concurrently. ~@[](1)答案:FALSE…

It is possible to create a thread by extending the Thread class.

Luz5年前 (2021-05-10)1195
It is possible to create a thread by extending the Thread class. ~@[](1)答案:TRUE…

ArrayList类是线程安全的。

Luz5年前 (2021-05-10)971
ArrayList类是线程安全的。 ~@[](1)答案:FALSE…

JPanel的缺省布局管理器是FlowLayout。

Luz5年前 (2021-05-10)1399
JPanel的缺省布局管理器是FlowLayout。 ~@[](1)答案:TRUE…

StringBuilder类是线程安全的,StringBuffer类是线程不安全的。

Luz5年前 (2021-05-10)961
StringBuilder类是线程安全的,StringBuffer类是线程不安全的。 ~@[](1)答案:FALSE…

StringBuffer类是线程安全的,StringBuilder类是线程不安全的。

Luz5年前 (2021-05-10)1081
StringBuffer类是线程安全的,StringBuilder类是线程不安全的。 ~@[](1)答案:TRUE…

如果线程死亡,它便不能运行。

Luz5年前 (2021-05-10)1720
如果线程死亡,它便不能运行。 ~@[](1)答案:TRUE…