多项选择题
Which two security mechanisms protect the response stream?()
A. authorization
B. data integrity
C. confidentiality
D. authentication
点击查看答案
相关考题
-
单项选择题
Inform-basedauthentication,whatmustbeincludedintheHTMLreturnedfromtheURLspecifiedbytheelement?()
A. a base-64 encoded user name and password
B. a form that POSTs to the j_security_check URL
C. an applet that requests the user name and password from the user
D. a hidden field that supplies the login-constraint used by the application -
多项选择题
AJSPpageneedstoinstantiateaJavaBeantobeusedbyonlythatpage.Whichtwojsp:useBeanattributesmustbeusedtoaccessthisattributeintheJSPpage?()
A. id
B. type
C. name
D. class
E. scope
F. create -
单项选择题
ForagivenServletResponseresponse,whichretrievesanobjectforwritingbinarydata?()
A. response.getWriter()
B. response.getOutputStream()
C. response.getOutputWriter()
D. response.getWriter().getOutputSTream()
E. response.getWriter(Writer.OUTPUT_BINARY)
