网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
多选题
Which thethree are valid URL mappings to a servlet in a web deployment descriptor? ()
A

*/*

B

/*.do

C

myServlet

D

/Myservlet

E

/MyServlet/*

F

MyServlet/*.isp


参考答案

参考解析
解析: 暂无解析
更多 “多选题Which thethree are valid URL mappings to a servlet in a web deployment descriptor? ()A*/*B/*.doCmyServletD/MyservletE/MyServlet/*FMyServlet/*.isp” 相关考题
考题 WhichthethreearevalidURLmappingstoaservletinawebdeploymentdescriptor?() A.*/*B./*.doC.myServletD./MyservletE./MyServlet/*F.MyServlet/*.isp

考题 Which two pieces of information are needed when declaring the web resource collection in the deployment descriptor?()A、 the URL pattern that requires authorizationB、 the HTTP methods that require authorizationC、 the users allowed access to the web resourceD、 the J2EE roles allowed access to the web resourceE、 the authentication mechanism required by the web resource

考题 Which thethree are valid URL mappings to a servlet in a web deployment descriptor? ()A、 */*B、 /*.doC、 myServletD、 /MyservletE、 /MyServlet/*F、 MyServlet/*.isp

考题 Given the web application deployment descriptor elements: 11. 12.ParamAdder 13.com.example.ParamAdder 14.... 24. 25.ParamAdder 26.MyServlet 27. 28. Which element, inserted at line 27,causes the ParamAdder filter to be applied when MyServlet is invokedby another servlet using the RequestDispatcher.include method?()A、include/B、dispatcherINCLUDE/dispatcherC、dispatcherinclude/dispatcherD、filter-conditionINCLUDE/filter-conditionE、filter-conditioninclude/filter-condition

考题 Which three are described in the standard web application deployment descriptor?()  A、 session configurationB、 MIME type mappingsC、 context root for the applicationD、 servlet instance pool configurationE、 web container default port bindingsF、 ServletContext initialization parameters

考题 Which three are described in the standard web application deployment descriptor?()A、session configurationB、MIME type mappingsC、context root for the applicationD、servlet instance pool configurationE、web container default port bindingsF、Servlet Context initialization parameters

考题 Which element is the parent of the  tag in the web application deployment descriptor? ()A、 web-app B、 filters C、 servlet D、 filter-list 

考题 Which three are valid URL mappings to a servlet in a web deployment descriptor?()A、*/*B、*.doC、MyServletD、/MyServletE、/MyServlet/*F、MyServlet/*.jsp

考题 Which three are valid URL mappings to a servlet in a web deployment descriptor? ()A、 */*B、 /*.doC、 myServletD、 /MyservletE、 /MyServlet/*F、 MyServlet/*.isp

考题 Which three are guaranteed to be valid for the  element of a web application deployment descriptor?()A、 FORMB、 DIGESTC、 NORMALD、 ENCRYPTEDE、 CLIENT-CERT

考题 Which element of the web application deployment descriptor defines the servlet class associated with aservlet instance?()A、classbr/B、webappbr/C、servletbr/D、codebasebr/E、servlet-class

考题 Which three web application deployment descriptor elements allow web components to gain references toresources or EJB components?()A、ejb-refB、jdbc-refC、servlet-refD、resource-refE、javamail-refF、resource-env-ref

考题 Which two are valid values for the  element inside a  element ofa web application deployment descriptor?()A、NULLB、SECUREC、INTEGRALD、ENCRYPTEDE、CONFIDENTIAL

考题 单选题Which element is the parent of the  tag in the web application deployment descriptor? ()A  web-app B  filters C  servlet D  filter-list 

考题 单选题Given the web application deployment descriptor elements: 11. 12.ParamAdder 13.com.example.ParamAdder 14.... 24. 25.ParamAdder 26.MyServlet 27. 28. Which element, inserted at line 27,causes the ParamAdder filter to be applied when MyServlet is invokedby another servlet using the RequestDispatcher.include method?()A include/B dispatcherINCLUDE/dispatcherC dispatcherinclude/dispatcherD filter-conditionINCLUDE/filter-conditionE filter-conditioninclude/filter-condition

考题 多选题Which two pieces of information are needed when declaring the web resource collection in the deployment descriptor?()Athe URL pattern that requires authorizationBthe HTTP methods that require authorizationCthe users allowed access to the web resourceDthe J2EE roles allowed access to the web resourceEthe authentication mechanism required by the web resource

考题 多选题Which the three interfaces need to be declared in the web application deployment descriptor? ()AHttpSessionListenerBHttpSessionBindingListenerCHttpSessionTimedOutListenerDHttpSessionAttributeListenerEHttpSessionActivationListenerFHttpSessionPassivatedListener

考题 多选题Given: 11. 12.catalog 13./catalogTemplate.jsp 14.10 15. Which two are true?()ALine 13 is not valid for a servlet declaration.BLine 14 is not valid for a servlet declaration.COne instance of the servlet will be loaded at startup.DTen instances of the servlet will be loaded at startup.EThe servlet will be referenced by the name catalog in mappings.

考题 多选题Given: 11. 12.catalog 13./catalogTemplate.jsp 14.10 15. Which two are true?()ALine 13 is not valid for a servlet declaration.BLine 14 is not valid for a servlet declaration.COne instance of the servlet will be loaded at startup.DTen instances of the servlet will be loaded at startup.EThe servlet will be referenced by the name catalog in mappings.

考题 多选题Which two are valid values for the  element inside a  element ofa web application deployment descriptor?()ANULLBSECURECINTEGRALDENCRYPTEDECONFIDENTIAL

考题 单选题Given the web application deployment descriptor elements: 11. 12.ParamAdder 13.com.example.ParamAdder 14.... 24. 25.ParamAdder 26.MyServlet 27. 28. Which element, inserted at line 27,causes the ParamAdder filter to be applied when MyServlet is invokedby another servlet using the RequestDispatcher.include method?()A include/B dispatcherINCLUDE/dispatcherC dispatcherinclude/dispatcherD filter-conditionINCLUDE/filter-conditionE filter-conditioninclude/filter-condition

考题 多选题Which three are valid URL mappings to a servlet in a web deployment descriptor? ()A*/*B/*.doCmyServletD/MyservletE/MyServlet/*FMyServlet/*.isp

考题 单选题Which element of the web application deployment descriptor defines the servlet class associated with aservlet instance?()A classbr/B webappbr/C servletbr/D codebasebr/E servlet-class

考题 多选题Which thethree are valid URL mappings to a servlet in a web deployment descriptor? ()A*/*B/*.doCmyServletD/MyservletE/MyServlet/*FMyServlet/*.isp

考题 单选题Within the web application deployment descriptor, which defines a valid JNDI environment entry()A AB BC CD D

考题 多选题Which two are valid values for the  element inside a  element of a web application deployment descriptor?()ANULLBSECURECINTEGRALDENCRYPTEDECONFIDENTIAL

考题 单选题Within a web application deployment descriptor, which maps the com.example.LoginServlet servlet to /utils/LoginServlet?()A AB BC CD D

考题 多选题Which three are valid URL mappings to a servlet in a web deployment descriptor?()A*/*B*.doCMyServletD/MyServletE/MyServlet/*FMyServlet/*.jsp