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