多项选择题
For a given Servletresponse response, which two retrieve an object for writing text data? ()
A. response.getWriter( )
B. response.getOutputStream( )
C. response.getOutputWriter( )
D. response.getWriter( ) .getOutputStream( )
E. response.getWriter(Writer.OUTPUT_TEXT( )
点击查看答案
相关考题
-
单项选择题
What is the result?()
A. <b></b>
B. <b>50</b>
C. <b>${5*10}</b>
D. The JSP fails to execute -
单项选择题
AJSPpageneedstoperformsomeoperationsbeforeservicingthefirstrequest.Wherecanthisbedone?()
A. within a method called jspInit
B. within the page directive of the JSP page
C. within a scriptlet at the top of the JSP page
D. within theXML element -
多项选择题
Which two successfully translate and result in a value of true?()
A. ${true or false}
B. ${requestScope[foo][0] > 500}
C. ${requestScope[“foo”][1] = 420}
D. ${(requestScope[“foo”][0] lt 50) && (3 gt 2)
