在J2EE中,VetoableChangeSupport的fireVetoableChange方法会抛出的异常是()。 A.PropertyExceptionB.PropertyVetoExceptionC.VetoExceptionD.PropertyChangeException
在J2EE中,VetoableChangeSupport的fireVetoableChange方法会抛出的异常是()。
A.PropertyException
B.PropertyVetoException
C.VetoException
D.PropertyChangeException
相关考题:
在J2EE中,使用ResultSet对象的next()方法移动光标时,如果超过界限会抛出异常,该异常通常是()。 A.InterruptedExceptionB.AlreadyBoundExceptionC.SQLExceptionD.NetException
在j2ee中,以下是firevetoablechange方法的正确的原型的是() A.publicvoidfireVetoableChange(ObjectoldValue,ObjectnewValue)B.publicvoidfireVetoableChange(StringpropertyName,ObjectnewValue)C.publicvoidfireVetoableChange(StringpropertyName,ObjectoldValue,ObjectnewValue)throws PropertyVetoExceptionD.publicvoidfireVetoableChange(StringpropertyName,ObjectoldValue,ObjectnewValue)
在J2EE中,使用ResultSet对象的next()方法移动光标时,如果超过界限,会抛出异常,该异常通常是()。 A.InterruptedExceptionB.AlreadyBoundExceptionC.SQLExceptionD.NetException
在J2EE中,VetoableChangeSupport管理一张包含某个对象的列表,该对象是()。 A.PropertyChangeSupportListenerB.ChangeListenerC.PropertyChangeListenerD.VetoableChangeListener
在方法头的后面用throw来声明该方法会抛出异常