Servlet and JSP
Servlet and JSP
RequestDispatcher view =
request.getRequestDispatcher(“result.jsp”);
view.forward(request,response); : this will
redirect the server