Originally posted by preethi Ayyappan:
Thank you.can i use response.sendRedirect() method instead of RequestDispatcher.forward
You can do this but the difference would be, with a response.sendRedirect (), an entirely new request, response objects gets created.