Config
Request
Session
Application
第1题:
Which two are valid values for the
第2题:
Given the element from the web application deployment descriptor:
第3题:
If you want to use the Java EE platform’s built-in type of authentication that uses a custom HTML page for authentication. Which two statements are true?()
第4题:
A JSP page needs to instantiate a JavaBean to be used by only that page. Which two jsp:useBeanattributes must be used to access this attribute in the JSP page?()
第5题:
Which three are valid URL mappings to a servlet in a web deployment descriptor?()
第6题:
Which two are valid values for the
第7题:
<b></b>
<b>12</b>
The JSP fails to execute.
<% int i = 12 %><b><%= i %></b>
第8题:
Error
Exception
Throwable
Request error
Request exception
第9题:
<% List catalog = config.getAttribute(catalog); %>
<% List catalog = context.getAttribute(catalog); %>
<% List catalog = application.getAttribute(catalog); %>
<% List catalog = servletContext.getAttribute(catalog); %>
第10题:
The deployment descriptor is invalid.
The container invokes mainError.jsp.
The container invokes castError.jsp.
Neither mainError.jsp nor castError.jsp is invoked.
第11题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第12题:
The deployment descriptor is invalid.
The container invokes mainError.jsp.
The container invokes castError.jsp.
Neither mainError.jsp nor castError.jsp is invoked.
第13题:
A JSP page needs to instantiate a JavaBean to be used by only that page. Which two jsp:useBean attributes must be used to access this attribute in the JSP page?()
第14题:
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?()
第15题:
Which implicit object is used in a JSP page to retrieve values associated with
第16题:
Given this fragment from a Java EE deployment descriptor: 341.
第17题:
Which element of the web application deployment descriptor defines the servlet class associated with aservlet instance?()
第18题:
HttpSessionListener
HttpSessionBindingListener
HttpSessionTimedOutListener
HttpSessionAttributeListener
HttpSessionActivationListener
HttpSessionPassivatedListener
第19题:
Implementation-Version
Specification-Version
Extension-Name
Specification-Vendor
Implementation-Vendor
第20题:
<b></b>
<b>12</b>
The JSP fails to execute.
<% int i = 12 %><b><%= i %></b>
第21题:
Id
Type
Name
Class
Yscope
第22题:
<class><br/>
<webapp><br/>
<servlet><br/>
<codebase><br/>
<servlet-class>
第23题:
A
B
C
D
E