Friday, March 13, 2009

What is the difference between RequestDispatcher and sendRedirect (JSP)

Question :What is the difference between RequestDispatcher and sendRedirect? (JSP)
Answer :RequestDispatcher: server-side redirect with request and response
objects.
sendRedirect : Client-side redirect with new request and response objects.

No comments: