ejb-ref
jdbc-ref
servlet-ref
resource-ref
javamail-ref
resource-env-ref
第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题:
WAR files must be located in the web application library directory.
WAR files must contain the web application deployment descriptor.
WAR files must be created by using archive tools to designed specifically for that purpose.
The web container must serve the content of any META-INF directory located in a WAR file.
The web container must allow access to resources in JARs in the web application library directory
第7题:
session configuration
MIME type mappings
context root for the application
servlet instance pool configuration
web container default port bindings
Servlet Context initialization parameters
第8题:
HttpSessionListener
HttpSessionBindingListener
HttpSessionTimedOutListener
HttpSessionAttributeListener
HttpSessionActivationListener
HttpSessionPassivatedListener
第9题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第10题:
A
B
C
D
第11题:
/WEB-INF
/META-INF
/WEB-INF/tlds
/META-INF/tlds
/WEB-INF/resources
/META-INF/resources
第12题:
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
第13题:
Which three are described in the standard web application deployment descriptor?()
第14题:
Which path, relative to a web application’s root, identifies the web application’s deployment descriptor?()
第15题:
Which the three interfaces need to be declared in the web application deployment descriptor? ()
第16题:
Which the two about WAR files are true?()
第17题:
Which two are valid values for the
第18题:
Authorization
Data integrity
Confidentiality
Authentication
第19题:
<filters>
<servlet>
<filter-list>
第20题:
session configuration
MIME type mappings
context root for the application
servlet instance pool configuration
web container default port bindings
ServletContext initialization parameters
第21题:
FORM
DIGEST
NORMAL
ENCRYPTED
CLIENT-CERT
第22题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第23题:
*/*
*.do
MyServlet
/MyServlet
/MyServlet/*
MyServlet/*.jsp