sendRedirect() method in Java Servlets

sendRedirect() method, redirects the client request from the one servlet to another servlet.
It creates a new request from the client browser for the resource.

For More information