-->
当前位置:首页 > Luz 第6573页
Luz

Luz 管理员

暂无介绍

89859 篇文章 33 次评论

常成员函数既可以被常对象调用,也可以被非常对象调用。

Luz5年前 (2021-05-10)1997
常成员函数既可以被常对象调用,也可以被非常对象调用。 ~@[](2)答案:TRUE…

一个类的友元函数是这个类的成员。

Luz5年前 (2021-05-10)1494
一个类的友元函数是这个类的成员。 ~@[](2)答案:FALSE…

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

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

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

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

HashSet类是线程不安全的。

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

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

Luz5年前 (2021-05-10)1219
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)1194
It is possible to create a thread by extending the Thread class. ~@[](1)答案:TRUE…

ArrayList类是线程安全的。

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

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

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

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

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