(Choose 1 answer)
36
The HttpServletResponse lets you:
A. specify outgoing information such as HTTP status codes (200, 404, etc.)
B. specify response headers (Content-Type, Set-Cookie, etc.)
C. obtain a PrintWriter used to send the document content back to the client.
D. All the others