多选题Which three are valid URL mappings to a servlet in a web deployment descriptor?()A*/*B*.doCMyServletD/MyServletE/MyServlet/*FMyServlet/*.jsp

题目
多选题
Which three are valid URL mappings to a servlet in a web deployment descriptor?()
A

*/*

B

*.do

C

MyServlet

D

/MyServlet

E

/MyServlet/*

F

MyServlet/*.jsp


相似考题
更多“多选题Which three are valid URL mappings to a servlet in a web deployment descriptor?()A*/*B*.doCMyServletD/MyServletE/MyServlet/*FMyServlet/*.jsp”相关问题
  • 第1题:

    Which three are described in the standard web application deployment descriptor?()

    • A、session configuration
    • B、MIME type mappings
    • C、context root for the application
    • D、servlet instance pool configuration
    • E、web container default port bindings
    • F、Servlet Context initialization parameters

    正确答案:A,B,F

  • 第2题:

    Which three are valid URL mappings to a servlet in a web deployment descriptor?()

    • A、*/*
    • B、*.do
    • C、MyServlet
    • D、/MyServlet
    • E、/MyServlet/*
    • F、MyServlet/*.jsp

    正确答案:B,D,E

  • 第3题:

    Which three are valid URL mappings to a servlet in a web deployment descriptor? ()

    • A、 */*
    • B、 /*.do
    • C、 myServlet
    • D、 /Myservlet
    • E、 /MyServlet/*
    • F、 MyServlet/*.isp

    正确答案:B,D,E

  • 第4题:

    Which three are guaranteed to be valid for the  element of a web application deployment descriptor?()

    • A、 FORM
    • B、 DIGEST
    • C、 NORMAL
    • D、 ENCRYPTED
    • E、 CLIENT-CERT

    正确答案:A,B,E

  • 第5题:

    Which three web application deployment descriptor elements allow web components to gain references toresources or EJB components?()

    • A、ejb-ref
    • B、jdbc-ref
    • C、servlet-ref
    • D、resource-ref
    • E、javamail-ref
    • F、resource-env-ref

    正确答案:A,D,F

  • 第6题:

    单选题
    Which element is the parent of the  tag in the web application deployment descriptor? ()
    A

     <web-app> 

    B

     <filters> 

    C

     <servlet> 

    D

     <filter-list> 


    正确答案: B
    解析: 暂无解析

  • 第7题:

    多选题
    Given: 11. 12.catalog 13./catalogTemplate.jsp 14.10 15. Which two are true?()
    A

    Line 13 is not valid for a servlet declaration.

    B

    Line 14 is not valid for a servlet declaration.

    C

    One instance of the servlet will be loaded at startup.

    D

    Ten instances of the servlet will be loaded at startup.

    E

    The servlet will be referenced by the name catalog in mappings.


    正确答案: B,D
    解析: 暂无解析

  • 第8题:

    多选题
    Which two are valid values for the  element inside a  element ofa web application deployment descriptor?()
    A

    NULL

    B

    SECURE

    C

    INTEGRAL

    D

    ENCRYPTED

    E

    CONFIDENTIAL


    正确答案: D,C
    解析: 暂无解析

  • 第9题:

    多选题
    Which three are guaranteed to be valid for the  element of a web application deployment descriptor?()
    A

    FORM

    B

    DIGEST

    C

    NORMAL

    D

    ENCRYPTED

    E

    CLIENT-CERT


    正确答案: A,D
    解析: 暂无解析

  • 第10题:

    多选题
    Which three are valid URL mappings to a servlet in a web deployment descriptor? ()
    A

    */*

    B

    /*.do

    C

    myServlet

    D

    /Myservlet

    E

    /MyServlet/*

    F

    MyServlet/*.isp


    正确答案: B,F
    解析: 暂无解析

  • 第11题:

    单选题
    Within the web application deployment descriptor, which defines a valid JNDI environment entry()
    A

    A

    B

    B

    C

    C

    D

    D


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    Within a web application deployment descriptor, which maps the com.example.LoginServlet servlet to /utils/LoginServlet?()
    A

    A

    B

    B

    C

    C

    D

    D


    正确答案: D
    解析: 暂无解析

  • 第13题:

    Which element is the parent of the  tag in the web application deployment descriptor? ()

    • A、 <web-app> 
    • B、 <filters> 
    • C、 <servlet> 
    • D、 <filter-list> 

    正确答案:A

  • 第14题:

    Given: 11. 12.catalog 13./catalogTemplate.jsp 14.10 15. Which two are true?()

    • A、Line 13 is not valid for a servlet declaration.
    • B、Line 14 is not valid for a servlet declaration.
    • C、One instance of the servlet will be loaded at startup.
    • D、Ten instances of the servlet will be loaded at startup.
    • E、The servlet will be referenced by the name catalog in mappings.

    正确答案:C,E

  • 第15题:

    Which the three interfaces need to be declared in the web application deployment descriptor? ()

    • A、 HttpSessionListener
    • B、 HttpSessionBindingListener
    • C、 HttpSessionTimedOutListener
    • D、 HttpSessionAttributeListener
    • E、 HttpSessionActivationListener
    • F、 HttpSessionPassivatedListener

    正确答案:B,D,E

  • 第16题:

    Which element of the web application deployment descriptor defines the servlet class associated with aservlet instance?()

    • A、<class><br/>
    • B、<webapp><br/>
    • C、<servlet><br/>
    • D、<codebase><br/>
    • E、<servlet-class>

    正确答案:E

  • 第17题:

    Which two are valid values for the  element inside a  element ofa web application deployment descriptor?()

    • A、NULL
    • B、SECURE
    • C、INTEGRAL
    • D、ENCRYPTED
    • E、CONFIDENTIAL

    正确答案:C,E

  • 第18题:

    多选题
    Which the three interfaces need to be declared in the web application deployment descriptor? ()
    A

    HttpSessionListener

    B

    HttpSessionBindingListener

    C

    HttpSessionTimedOutListener

    D

    HttpSessionAttributeListener

    E

    HttpSessionActivationListener

    F

    HttpSessionPassivatedListener


    正确答案: C,A
    解析: 暂无解析

  • 第19题:

    多选题
    Given: 11. 12.catalog 13./catalogTemplate.jsp 14.10 15. Which two are true?()
    A

    Line 13 is not valid for a servlet declaration.

    B

    Line 14 is not valid for a servlet declaration.

    C

    One instance of the servlet will be loaded at startup.

    D

    Ten instances of the servlet will be loaded at startup.

    E

    The servlet will be referenced by the name catalog in mappings.


    正确答案: C,D
    解析: 暂无解析

  • 第20题:

    单选题
    Given the web application deployment descriptor elements: 11. 12.ParamAdder 13.com.example.ParamAdder 14.... 24. 25.ParamAdder 26.MyServlet 27. 28. Which element, inserted at line 27,causes the ParamAdder filter to be applied when MyServlet is invokedby another servlet using the RequestDispatcher.include method?()
    A

    <include/>

    B

    <dispatcher>INCLUDE</dispatcher>

    C

    <dispatcher>include</dispatcher>

    D

    <filter-condition>INCLUDE</filter-condition>

    E

    <filter-condition>include</filter-condition>


    正确答案: C
    解析: 暂无解析

  • 第21题:

    多选题
    Which the three are true about servlet filters?()
    A

    A filter must implement the destroy method

    B

    A filter must implement the doFilter method

    C

    A servlet may have multiple filters associated with it

    D

    A servlet that is to have a filter applied to it must implement the javax.servlet.FilterChain  interface

    E

    A filter that is part of a filter chain passes control to the next filter in the chain by invoking the filterChain forward method

    F

    For each  element in the web application deployment descriptor, multiple instances of a filter may be created by the web container


    正确答案: E,B
    解析: 暂无解析

  • 第22题:

    多选题
    Which thethree are valid URL mappings to a servlet in a web deployment descriptor? ()
    A

    */*

    B

    /*.do

    C

    myServlet

    D

    /Myservlet

    E

    /MyServlet/*

    F

    MyServlet/*.isp


    正确答案: B,C
    解析: 暂无解析

  • 第23题:

    多选题
    Which two are valid values for the  element inside a  element of a web application deployment descriptor?()
    A

    NULL

    B

    SECURE

    C

    INTEGRAL

    D

    ENCRYPTED

    E

    CONFIDENTIAL


    正确答案: C,E
    解析: 暂无解析