Friday, 11 July 2014

Request Forward Vs Request SendRedirect

 Forward Vs SendRedirect

Forward transfers the control forward to resources available within the server from where the call is made. This transfer of control is done by the container internally and browser / client is not involved. This is the major difference between forward and sendRedirect. When the forward is done, the original request and response objects are transfered along with additional parameters if needed.

No comments: