posted 17 years ago
1) sendRedirect --> The server will send to the browser the new url. The browser will follow this url. You can see the change of URL in the browser address bar. Means , the client handles the redirection.
2) RequestDispatcher --> The server will transfer the request to another web component on the server side. There will not be change in url in the browser(client side). Means, the server handles the redirection.
Devisri, SCJP 5.0, SCWCD 5.0
"Dream is Not what you see in sleep. Dream is that which never lets you sleep" - Abdul Kalam