相关考题
-
判断题
使用方法length()可以获得字符串的长度。() -
多项选择题
下述()说法是正确的。
A.实例变量是类的成员变量
B.实例变量是用static关键字声明的
C.方法变量在方法执行时创建
D.方法变量在使用之前必须初始化 -
多项选择题
以下()有关事件监听器的语句是正确的。
A.Multiple listeners can be attached to one component
B.Only one listener can be attached to one component
C.One listener can receive and process the events from multiple components
D.One listener can receive and process the events from only one component
