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