*/*
/*.do
myServlet
/Myservlet
/MyServlet/*
MyServlet/*.isp
第1题:
Which three are described in the standard web application deployment descriptor?()
第2题:
Which element is the parent of the
第3题:
Which three are valid URL mappings to a servlet in a web deployment descriptor? ()
第4题:
Which three are guaranteed to be valid for the element of a web application deployment descriptor?()
第5题:
Which three web application deployment descriptor elements allow web components to gain references toresources or EJB components?()
第6题:
<filters>
<servlet>
<filter-list>
第7题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第8题:
FORM
DIGEST
NORMAL
ENCRYPTED
CLIENT-CERT
第9题:
*/*
/*.do
myServlet
/Myservlet
/MyServlet/*
MyServlet/*.isp
第10题:
<class><br/>
<webapp><br/>
<servlet><br/>
<codebase><br/>
<servlet-class>
第11题:
A
B
C
D
第12题:
A
B
C
D
第13题:
Which three are described in the standard web application deployment descriptor?()
第14题:
Which three are valid URL mappings to a servlet in a web deployment descriptor?()
第15题:
Which the three interfaces need to be declared in the web application deployment descriptor? ()
第16题:
Which element of the web application deployment descriptor defines the servlet class associated with aservlet instance?()
第17题:
Which two are valid values for the
第18题:
HttpSessionListener
HttpSessionBindingListener
HttpSessionTimedOutListener
HttpSessionAttributeListener
HttpSessionActivationListener
HttpSessionPassivatedListener
第19题:
<include/>
<dispatcher>INCLUDE</dispatcher>
<dispatcher>include</dispatcher>
<filter-condition>INCLUDE</filter-condition>
<filter-condition>include</filter-condition>
第20题:
A filter must implement the destroy method
A filter must implement the doFilter method
A servlet may have multiple filters associated with it
A servlet that is to have a filter applied to it must implement the javax.servlet.FilterChain interface
A filter that is part of a filter chain passes control to the next filter in the chain by invoking the filterChain forward method
For each
第21题:
ejb-ref
jdbc-ref
servlet-ref
resource-ref
javamail-ref
resource-env-ref
第22题:
*/*
/*.do
myServlet
/Myservlet
/MyServlet/*
MyServlet/*.isp
第23题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第24题:
*/*
*.do
MyServlet
/MyServlet
/MyServlet/*
MyServlet/*.jsp