A.11.5 B.11 C.12 D.13
在J2EE中,在自己編寫的Bean中有代碼: private PropertyChangeSupport changes=new PropertyChangeSupport(this); changes對象的作用是()
A.使該Bean自動實現(xiàn)方法:addPropertyChangListener和removePropertyChangeListener方法 B.保持屬性變化監(jiān)聽者列表,并點火屬性變化事件 C.通過內(nèi)省功能,讓該Bean集成Listener D.使該Bean的作用為Listener
A.<%@ taglib URL=”/hello” prefix=”examples”%> B.<%@ taglib URI=”/hello” prefix=”examples”%> C.<%@ taglib url=”/hello” prefix=”examples”%> D.<%@ taglib uri=”/hello” prefix=”examples”%>