The <jsp:forward> will forwards the request object containing the client request information from one JSP file to another file On which sendRedirect sends HTTP temporary redirect response to the browser, and browser creates a new request to go the redirected page. |