Multiple Choices
Answer (Choose 1 answer)
Which of the following statements is correct? Select the one correct answer.
A. The response from the server to a HEAD request consists of status line, content type anc
B. The response from the server to a GET request does not contain a document.
C. The setStatus method defined in the HttpServletRequest class takes an int as an argume status of Http response
D. The HttpServletResponse defines constants like SC_NOT_FOUND that may be used as setStatus method.
Ex