相关考题
-
单项选择题
在J2EE中,在自己编写的Bean中有代码: private PropertyChangeSupport change=new PropertyChangeSupport(this); changes对象的作用域是()。
A.使该Bean自动实现方法:addPropertyChangeListener和removePropertyChangeListener方法
B.保持属性变化监听者列表,并点火属性变化事件
C.通过内省功能,让该Bean继承Listener
D.使该Bean的作为Listener -
单项选择题
消息驱动Bean通常的动作象一个()
A.事件侦听器
B.JMS消息侦听器
C.Swing按钮
D.实体Bean -
单项选择题
如你要用给Applet传递一个名字为param1,值为100的参数,应选用语句()。
A.<APPLET NAME=”param1” VALUE=”100”></APPLET>
B.<PARAM NAME=”param1” VALUE=”100”></PARAM>
C.<PARAM NAME=”param1” VALUE=”100”>
D.<PARAM NAME=”param1” VALUE=100>
