You create a Web application. The Web application enables users to change fields in their personal profiles. Some of the changes are not persisting in the database. You need to raise a custom event to track each change that is made to a user profile so that you can locate the error.Which event should you use? ()
A. WebAuditEvent
B. WebEventManager
C. WebBaseEvent
D. WebRequestEvent
第1题:
A.JavaBean
B.WeB.xml
C.struts-config.xml
D.application.propertyes
第2题:
下面选项中,创建Servlet类后需要在哪个配置文件中进行配置()。
A.web-config.xml
B.application.xml
C.config.xml
D.web.xml
第3题:
当有用户请求 Web页面时,会触发()事件?
A.Application_Start()
B.Session_Start()
C.Application_End()
D.Session_End()
第4题:
A.tomcat.xml
B.server.xml
C.web.xml
D.tomcat-users.xml
第5题:
1、当有用户请求 Web页面时,会触发()事件?
A.Application_Start()
B.Session_Start()
C.Application_End()
D.Session_End()
第6题:
连接到同一web服务器的各客户端共享该服务器的application对象。