Which two are required elements for the
第1题:
Which two actions protect a resource file from direct HTTP access within a web application?()
第2题:
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?()
第3题:
Which element is the parent of the
第4题:
Which security mechanism can be directed through the
第5题:
Which three are guaranteed to be valid for the element of a web application deployment descriptor?()
第6题:
Which two are valid values for the
第7题:
<filters>
<servlet>
<filter-list>
第8题:
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
第9题:
<realm-name>
<auth-method>
<security-role>
<transport-guarantee>
<web-resource-collection>
第10题:
<auth-method>
<security-role>
<transport-guarantee>
<web-resource-collection>
第11题:
ejb-ref
jdbc-ref
servlet-ref
resource-ref
javamail-ref
resource-env-ref
第12题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第13题:
Given the web application deployment descriptor elements: 11.
第14题:
Given: String value = getServletContext().getInitParameter("foo"); in an HttpServlet and a web applicationdeployment descriptor that contains:
第15题:
When adding a
第16题:
Which two security mechanisms can be directed through a sub-element of the
第17题:
Which element of the web application deployment descriptor defines the servlet class associated with aservlet instance?()
第18题:
authorization
data integrity
confidentiality
authentication
第19题:
<realm-name>
<url-pattern>
<description>
<web-resource-name>
<transport-guarantee>
第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题:
<include/>
<dispatcher>INCLUDE</dispatcher>
<dispatcher>include</dispatcher>
<filter-condition>INCLUDE</filter-condition>
<filter-condition>include</filter-condition>
第22题:
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
第23题:
<class><br/>
<webapp><br/>
<servlet><br/>
<codebase><br/>
<servlet-class>