单项选择题
For a given ServletResponse response, which retrieves an object for writing binary data?()
A. response.getWriter() B. response.getOutputStream() C. response.getOutputWriter() D. response.getWriter().getOutputSTream() E. response.getWriter(Writer.OUTPUT_BINARY)
单项选择题 Which theHTTPmethodrepresentsarequestforinformationaboutthesupportedmethodsonanHTTPserver?()
单项选择题 GivenanHttpServletRequestrequest,whichretrievesanobjectoftypeAccountwithanIdof“account”?()
单项选择题 What is the result?()