找考题网-背景图
单项选择题

在J2EE中,在自己编写的Bean中有代码:private PropertyChangeSupport changes=new PropertyChangeSupport(this);  changes对象的作用是()。 

A.使该Bean自动实现方法:addPropertyChangeListener和removePropertyChangeListener方法
B.保持属性变化监听者列表,并点火属性变化事件
C.通过内省功能,让该Bean继承Listener
D.使该Bean的作为Listener

热门试题