request.getRequestDispatcher("/hello.jsp").forward(request,response);response.sentRedirect(request.getContextPath() + "/student.jsp");