HttpSessionListener
HttpSessionBindingListener
HttpSessionTimedOutListener
HttpSessionAttributeListener
HttpSessionActivationListener
HttpSessionPassivatedListener
第1题:
Which three are described in the standard web application deployment descriptor?()
第2题:
Which three are valid URL mappings to a servlet in a web deployment descriptor?()
第3题:
Which the three interfaces need to be declared in the web application deployment descriptor? ()
第4题:
Which three web application deployment descriptor elements allow web components to gain references toresources or EJB components?()
第5题:
Authorization
Data integrity
Confidentiality
Authentication
第6题:
<filters>
<servlet>
<filter-list>
第7题:
session configuration
MIME type mappings
context root for the application
servlet instance pool configuration
web container default port bindings
ServletContext initialization parameters
第8题:
FORM
DIGEST
NORMAL
ENCRYPTED
CLIENT-CERT
第9题:
<class><br/>
<webapp><br/>
<servlet><br/>
<codebase><br/>
<servlet-class>
第10题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第11题:
/WEB-INF
/META-INF
/WEB-INF/tlds
/META-INF/tlds
/WEB-INF/resources
/META-INF/resources
第12题:
Placing it in the /secure directory
Placing it in the /WEB-INF directory
Placing it in the /META-INF/secure directory
Creating a element within the deployment descriptor
第13题:
Which element is the parent of the
第14题:
Which two security mechanisms can be directed through a sub-element of the
第15题:
Which three are guaranteed to be valid for the element of a web application deployment descriptor?()
第16题:
Which two are valid values for the
第17题:
session configuration
MIME type mappings
context root for the application
servlet instance pool configuration
web container default port bindings
Servlet Context initialization parameters
第18题:
HttpSessionListener
HttpSessionBindingListener
HttpSessionTimedOutListener
HttpSessionAttributeListener
HttpSessionActivationListener
HttpSessionPassivatedListener
第19题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第20题:
ejb-ref
jdbc-ref
servlet-ref
resource-ref
javamail-ref
resource-env-ref
第21题:
A
B
C
D
第22题:
A
B
C
D
第23题:
*/*
*.do
MyServlet
/MyServlet
/MyServlet/*
MyServlet/*.jsp
第24题:
Include a listener directive in a JSP page
configure a listener in the TLD file using the
Include a
configure a listener in the application deployment descriptor, using the
Include a class implementing ServletContextListener as part of the web application deploymen