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 th

题目

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


相似考题
参考答案和解析
参考答案:C
更多“You create a Web application. The Web application enables users to change fields in their ”相关问题
  • 第1题:

    下面哪一个项目仅在Struts中出现?()

    A.JavaBean

    B.WeB.xml

    C.struts-config.xml

    D.application.propertyes


    参考答案:C

  • 第2题:

    下面选项中,创建Servlet类后需要在哪个配置文件中进行配置()。

    A.web-config.xml

    B.application.xml

    C.config.xml

    D.web.xml


    D

  • 第3题:

    当有用户请求 Web页面时,会触发()事件?

    A.Application_Start()

    B.Session_Start()

    C.Application_End()

    D.Session_End()


    Application_Start()

  • 第4题:

    若需要修改TOMCAT的监听端口,应修改哪个配置文件?()

    A.tomcat.xml

    B.server.xml

    C.web.xml

    D.tomcat-users.xml


    参考答案:B

  • 第5题:

    1、当有用户请求 Web页面时,会触发()事件?

    A.Application_Start()

    B.Session_Start()

    C.Application_End()

    D.Session_End()


    Session_Start()

  • 第6题:

    连接到同一web服务器的各客户端共享该服务器的application对象。


    B