Question:Which exception must a setter of a constrained JavaBean property throw to prevent the property value from changing?
A PropertyVetoException
B IllegalArgumentException
C IllegalComponentStateException
D InvalidAttributeValueException
+ AnswerA
+ Report