多项选择题
Under what two circumstances is the set JspBody method NOT called in a tag class that implements the Simple Tag interface? ()
A. The tag is invoked without a body.
B. The doTAb method throws an exception.
C. The
D. The tag is called with the attribute skip-body=true
相关考题
-
单项选择题
WhichHTTPmethodrepresentsarequestforinformationaboutthesupportedmethodsonanHTTPserver?()
A. GET
B. INFO
C. HEAD
D. TRACE
E. OPTIONS -
单项选择题
Which statement inserted at line II, retrieves the text from the second text field?()
A. second = request.getParameter (“foo”):
B. second = request.getParameter (“foo”, 1):
C. second = request.getParameter (“foo”,2):
D. second = request.getParameter (foo”) [1]:
E. second = request.getParameter Values (“foo”) [1]: -
单项选择题
Which retrieves the binary input stream on line 13?()
A. request.get Writer ():
B. request.get Reader ():
C. request.get Input Stream():
D. request.get Resource As Stream():
E. request.get Resource As Stream (Servlet Request. REQUEST):
