单项选择题
在Java中,下列代码段允许按钮注册一个Action事件的是()
A. Button.enableActionEvents()
B. Button.addActionListener(anActionListener)
C. Button.enableEvents(true)
D. Button. enableEvents (AWTEvent.Action_EVENT_MASK)
点击查看答案&解析
相关考题
-
单项选择题
下列选项中能在JSP页面中实现转向的是()
A. Response.forward(“/index.jsp”)
B. Response.sendRedirect(“/index.jsp”)
C. request.forward(“/index.jsp”)
D. request. sendRedirect (“/index.jsp”) -
单项选择题
在J2EE体系结构中,客户端组件运行在()方法
A. 客户机
B. J2EE服务器
C. 数据库服务器
D. Web服务器 -
单项选择题
J2EE应用的发布文件的扩展名为()
A. .zip
B. .jar
C. .war
D. .ear
