Multiple choice technology architecture To get an object of PrintWriter, we use getWriter() method of class _____________ HttpSession HttpServletResponse HttpServletRequest None Reveal answer Fill a bubble to check yourself B Correct answer Explanation The HttpServletResponse interface provides getWriter() method which returns a PrintWriter object for sending character text to the client. This is the standard way to output response content in servlets.