多项选择题
下述()说法是正确的。
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 -
多项选择题
下列()方法是Connection对象所具有的方法。
A.executeUpdate()
B.createStatement()
C.preparedStatement()
D.PrepareCall() -
多项选择题
面向对象技术的基本要素主要有()。
A.抽象性
B.封装性
C.继承性
D.多态性
