多项选择题
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
点击查看答案
相关考题
-
单项选择题
WhichretrievesallcookiessentinagivenHttpSErvletRequestrequest?()
A. request.getCookies()
B. request.getAttributes()
C. request.getSession ().getCookies()
D. request.getSession (). GetAttributes() -
多项选择题
ForagivenServletResponseresponse,whichtworetrieveanobjectforwritingtextdata?()
A. response.get Writer ()
B. response.get Output Stream ()
C. response.get Output Writer ()
D. response.get Writer ().get Output Stream()
E. response.get Writer (Writer.OUTPUT_TEXT) -
单项选择题
The attribute “name” has a value of “Foo,” What is the result if this tag handler’s tag is invoked?()
A. Foo
B. done
C. Foodone
D. An exception is thrown at runtime.
E. Compilation fails because of an error in this code.
