在J2EE中,VetoableChangeSupport管理一张包含某个对象的列表,该对象是()。 A.PropertyChangeSupportListenerB.ChangeListenerC.PropertyChangeListenerD.VetoableChangeListener

在J2EE中,VetoableChangeSupport管理一张包含某个对象的列表,该对象是()。

A.PropertyChangeSupportListener

B.ChangeListener

C.PropertyChangeListener

D.VetoableChangeListener


相关考题:

在J2EE中,在自己编写的Bean中有代码:privatePropertyChangeSupportchanges=newPropertyChangeSupport(this);changes对象的作用是()。 A.使该Bean自动实现方法:addPropertyChangeListener和removePropertyChangeListener方法B.保持属性变化监听者列表,并点火属性变化事件C.通过内省功能,让该Bean继承ListenerD.使该Bean的作为Listener

在J2EE中,实现了从一张列表中添加和删除PropertyChangeListener对象的方法的类是()。 A.PropertyChangeB.PropertyChangeListenerC.PropertyChangeSupportD.PropertyListener

在J2EE中,在自己编写的Bean中有代码:PrivatePropertyChangeSupportchanges=newPropertyChangeSupport(this):Changes对象的作用是(): A.使用Bean自动实现方法:addPropertyChangeListener和removePropertyChangeListener方法B.保持属性变化监听者列表,并点火属性变化事件C.通过内省功能,让该Bean继承ListenerD.使该Bean的作为Listener

在J2EE中,在自己编写的Bean中有代码:privatePropertyChangeSupportchange=newPropertyChangeSupport(this);changes对象的作用域是()。 A.使该Bean自动实现方法:addPropertyChangeListener和removePropertyChangeListener方法B.保持属性变化监听者列表,并点火属性变化事件C.通过内省功能,让该Bean继承ListenerD.使该Bean的作为Listener

在J2EE中,VetoableChangeSupport的fireVetoableChange方法会抛出的异常是()。 A.PropertyExceptionB.PropertyVetoExceptionC.VetoExceptionD.PropertyChangeException

在J2EE中,调用每一监听者的vetoableChange()方法将发给各监听者的对象是()。 A.PropertyChangeB.PropertyChangeListenerC.PropertyListenerD.PropertyChangeEvent

在J2EE中,在自己编写的Bean中有代码:privatePropertyChangeSupportchanges=newPropertyChangeSupport(this);changes的对象的作用是()。 A.使该Bean自动实现方法:addPropertyChangeListener和removePropertyChangeListener方法B.保持属性变化监听者列表,并点火属性变化事件C.通过内省功能,让该Bean继承ListenerD.使该Bean的作为Listener

在()视图中可以用鼠标双击某个对象或控件来打开该对象或控件默认的事件脚本A. 布局视图B. 脚本视图C. 控件列表视图D. 不可视对象列表视图

Java 程序中需要判断某个对象是否是某个类/接口的对象,一般使用()保留字。A.synchronizedB.instanceofC.volatileD.isinstance