A
B
C
D
第1题:
Which three are described in the standard web application deployment descriptor?()
第2题:
Which element is the parent of the
第3题:
Which the three interfaces need to be declared in the web application deployment descriptor? ()
第4题:
Which element of the web application deployment descriptor defines the servlet class associated with aservlet instance?()
第5题:
Which two are valid values for the
第6题:
Which is true about the web container request processing model?()
第7题:
The init method on a filter is called the first time a servlet mapped to that filter is invoked
A filter defined for a servlet must always forward control to the next resource in the filter chain.
Filters associated with a named servlet are applied in the order they appear in the web application deployment descriptor file
If the init method on a filter throws an UnavailableException, then the container will make no further attempt to execute it
第8题:
The init method on a filter is called the first time a servlet mapped to that filter is invoked.
A filter defined for a servlet must always forward control to the next resource in the filter chain.
Filters associated with a named servlet are applied in the order they appear in the web application deployment descriptor file.
If the init method on a filter throws an UnavailableException, then the container will make no further attempt to execute it.
第9题:
<realm-name>
<auth-method>
<security-role>
<transport-guarantee>
<web-resource-collection>
第10题:
*/*
/*.do
myServlet
/Myservlet
/MyServlet/*
MyServlet/*.isp
第11题:
A
B
C
D
第12题:
A
B
C
D
E
第13题:
Which is the true choice about the web container request processing model()?
第14题:
Which three are valid URL mappings to a servlet in a web deployment descriptor?()
第15题:
Which three are guaranteed to be valid for the element of a web application deployment descriptor?()
第16题:
Which three web application deployment descriptor elements allow web components to gain references toresources or EJB components?()
第17题:
Which element, defined as a child of a
第18题:
<filters>
<servlet>
<filter-list>
第19题:
HttpSessionListener
HttpSessionBindingListener
HttpSessionTimedOutListener
HttpSessionAttributeListener
HttpSessionActivationListener
HttpSessionPassivatedListener
第20题:
<load-on-startup>1</load-on-startup>
<load-on-startup>-1</load-on-startup>
<load-on-startup>true</load-on-startup>
第21题:
<class><br/>
<webapp><br/>
<servlet><br/>
<codebase><br/>
<servlet-class>
第22题:
A
B
C
D
第23题:
A
B
C
D
第24题:
HttpSession
ServletConfig
ServletContext
HttpServletRequest
HttpServletResponse