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

题目
多选题
Which three are valid URL mappings to a servlet in a web deployment descriptor? ()
A

*/*

B

/*.do

C

myServlet

D

/Myservlet

E

/MyServlet/*

F

MyServlet/*.isp

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

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

正确答案:B,D,E

第2题:

Which three are described in the standard web application deployment descriptor?()  

  • A、 session configuration
  • B、 MIME type mappings
  • C、 context root for the application
  • D、 servlet instance pool configuration
  • E、 web container default port bindings
  • F、 ServletContext initialization parameters

正确答案:A,B,F

第3题:

WhichthethreearevalidURLmappingstoaservletinawebdeploymentdescriptor?()

A.*/*

B./*.do

C.myServlet

D./Myservlet

E./MyServlet/*

F.MyServlet/*.isp


参考答案:B, D, E

第4题:

Which three are valid URL mappings to a servlet in a web deployment descriptor? ()

  • A、 */*
  • B、 /*.do
  • C、 myServlet
  • D、 /Myservlet
  • E、 /MyServlet/*
  • F、 MyServlet/*.isp

正确答案:B,D,E

第5题:

Which element is the parent of the  tag in the web application deployment descriptor? ()

  • A、 <web-app> 
  • B、 <filters> 
  • C、 <servlet> 
  • D、 <filter-list> 

正确答案:A

第6题:

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、<dispatcher>INCLUDE</dispatcher>
  • C、<dispatcher>include</dispatcher>
  • D、<filter-condition>INCLUDE</filter-condition>
  • E、<filter-condition>include</filter-condition>

正确答案:B

第7题:

Which three are described in the standard web application deployment descriptor?()

  • A、session configuration
  • B、MIME type mappings
  • C、context root for the application
  • D、servlet instance pool configuration
  • E、web container default port bindings
  • F、Servlet Context initialization parameters

正确答案:A,B,F

第8题:

Which two are valid values for the  element inside a  element of a web application deployment descriptor?()

  • A、 NULL
  • B、 SECURE
  • C、 INTEGRAL
  • D、 ENCRYPTED
  • E、 CONFIDENTIAL

正确答案:C,E

第9题:

Which three are valid URL mappings to a servlet in a web deployment descriptor?()

  • A、*/*
  • B、*.do
  • C、MyServlet
  • D、/MyServlet
  • E、/MyServlet/*
  • F、MyServlet/*.jsp

正确答案:B,D,E

第10题:

Which the three interfaces need to be declared in the web application deployment descriptor? ()

  • A、 HttpSessionListener
  • B、 HttpSessionBindingListener
  • C、 HttpSessionTimedOutListener
  • D、 HttpSessionAttributeListener
  • E、 HttpSessionActivationListener
  • F、 HttpSessionPassivatedListener

正确答案:B,D,E

更多相关问题