Which method of HttpServletResponse is used to redirect an Http request to another URL?
sendURL()
redirectURL()
sendRedirect()
getRequestDispatcher()