Tuesday, November 29, 2011

What is the difference between RequestDispatcher and sendRedirect?

RequestDispatcher: server-side redirect with request and response objects. sendRedirect : Client-side redirect with new request and response objects.
Category:JSP Interview Questions

No comments:

Post a Comment