(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 and the document
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 argument and sets the status of Http response
D. The HttpServletResponse defines constants like SC_NOT_FOUND that may be used as a parameter to setStatus method.