Redirect to other pages can also be used as follows:
Response.sendRedirect ("Redirect page name";
If you want to jump to another server, use the Sendredirect method is useful, but if you are in a server, use Forward more efficient. Because of the use of redirection, you must first return to the browser, then request the redirected web page, which is poor in the Forward jump.