Which of the following methods of the HttpServletResponse interface is used for URL rewriting?
Each correct answer represents a complete solution. Choose all that apply.
encodeURL
encodeRedirectURL
sendRedirect
getRequestURL()
Submit