A.sock.accept() B.sock.getDataOutputStream() C.sock.getOutputStream() D.new DataOutputStrean(sock)
在j2ee中,在自己編寫的BEAN中有代碼: private PropertyChangeSupport changes=new PropertyChangeSupport(this); changes對象的作用是()
A.使該BEAN自動實現(xiàn)方法:addPropertyChangeListener和removePropertyChangeListener方法 B.保持屬性變化監(jiān)聽者列表,并點火屬性變化事件 C.通過內(nèi)省功能,讓該Bean繼承Listener D.使該Bean的作為listener
A.jsp標簽庫和form bean B.ejb C.Servlet D.Applet