<realm-name>
<url-pattern>
<description>
<web-resource-name>
<transport-guarantee>
第1题:
Which two actions protect a resource file from direct HTTP access within a web application?()
第2题:
Given: String value = getServletContext().getInitParameter("foo"); in an HttpServlet and a web applicationdeployment descriptor that contains:
第3题:
Which security mechanism can be directed through the
第4题:
Which three are guaranteed to be valid for the element of a web application deployment descriptor?()
第5题:
Which two are valid values for the
第6题:
authorization
data integrity
confidentiality
authentication
第7题:
<realm-name>
<url-pattern>
<description>
<web-resource-name>
<transport-guarantee>
第8题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第9题:
<realm-name>
<auth-method>
<security-role>
<transport-guarantee>
<web-resource-collection>
第10题:
The foo initialization parameter CANNOT be set programmatically.
Compilation fails because getInitParameter returns type Object.
The foo initialization parameter is NOT a servlet initialization parameter.
Compilation fails because ServletContext does NOT have a getInitParameter method.
The foo parameter must be defined within the
第11题:
ejb-ref
jdbc-ref
servlet-ref
resource-ref
javamail-ref
resource-env-ref
第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题:
A developer wants a web application to be notified when the application is about to be shut down. Which two actions are necessary to accomplish this goal?()
第14题:
Which element is the parent of the
第15题:
Which two security mechanisms can be directed through a sub-element of the
第16题:
Which two are required elements for the
第17题:
Authorization
Data integrity
Confidentiality
Authentication
第18题:
<filters>
<servlet>
<filter-list>
第19题:
the URL pattern that requires authorization
the HTTP methods that require authorization
the users allowed access to the web resource
the J2EE roles allowed access to the web resource
the authentication mechanism required by the web resource
第20题:
The foo initialization parameter CANNOT be set programmatically.
Compilation fails because getInitParameter returns type Object.
The foo initialization parameter is NOT a servlet initialization parameter.
Compilation fails because ServletContext does NOT have a getInitParameter method.
The foo parameter must be defined within the
第21题:
<auth-method>
<security-role>
<transport-guarantee>
<web-resource-collection>
第22题:
FORM
DIGEST
NORMAL
ENCRYPTED
CLIENT-CERT
第23题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第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