Which of the following statements are true?
HttpServletRequest getParameter(...) retrieves the parameter value from the request
HttpServletResponse getAttribute(...) retrieves the attribute value from the response
HttpServletResponse getParameter(...) retrieves the parameter value from the response
HttpServletRequest setParameter(...) sets the parameter value to the request