单项选择题
在J2EE中,VetoableChangeSupport管理一张包含某个对象的列表,该对象是()。
A.PropertyChangeSupportListener
B.ChangeListener
C.PropertyChangeListener
D.VetoableChangeListener
点击查看答案&解析
相关考题
-
单项选择题
在J2EE中,使用Document对象的()方法,可以得到一个NodeList对象。
A.getDocumentElement方法
B.getElementsByTagName方法
C.getElementTagName方法
D.getElementById方法 -
单项选择题
在J2EE中,在my.xml中只有代码: 假设doc为已经创建的Document对象,则()解析生成上述XML文档对象。
A.Node person = doc.createNode(“PERSON”,”E01”);
B.Element person = doc.createElement(“PERSON”,”E01”);
C.Element person = doc.createElement (“PERSON”);Person.setAttribute(“PERSON”,”E01”);
D.Node person = doc.createElement (“PERSON”);Person.setAttribute(“PERSON”,”E01”); -
单项选择题
为了辨别用户关闭窗口的时间,要实现监听器接口()。
A.MouseListener
B.ActionListener
C.WindowListener
D.以上都要
