多项选择题

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

<上一题 目录 下一题>
热门 试题

单项选择题
WhichHTTPmethodhasthecharacteristicthatmultipleindentialrequestsmayproducesideeffectbeyondthoseofasinglerequest()?

A. PUT
B. GET
C. INFO
D. POST
E. HEAD
F. TRACE

多项选择题
ForagivenServletResponseresponse,whichretrievesanobjectforwritingbinarydata?()

A. response.get writer ()
B. response.get Output Stream ()
C. response.getOutput Writer()
D. response.get Writer ().get Output Stream ()
E. response.get Writer (Writer.OUTPUT_BINARY)

相关试题
  • Which two produce the output one,...
  • Whichthe JSTLcodesnippetcanbeusedtoimpo...
  • AcustomJSPtagmustbeabletosupportanarbitr...
  • Whichthe twoarevalidandequivalent?()
  • A developer is designing a web app...