网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
在J2EE中,VetoableChangeSupport的fireVetoableChange方法会抛出的异常是()。

A.PropertyException

B.PropertyVetoException

C.VetoException

D.PropertyChangeException


参考答案

更多 “ 在J2EE中,VetoableChangeSupport的fireVetoableChange方法会抛出的异常是()。 A.PropertyExceptionB.PropertyVetoExceptionC.VetoExceptionD.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来声明该方法会抛出异常。

考题 27、在方法的签名后面用关键字throw来声明该方法会抛出异常。

考题 Thread类的join()方法会抛出InterruptedException异常。()

考题 12、Thread类的join()方法会抛出InterruptedException异常。()

考题 在方法头的后面用throw来声明该方法会抛出异常