response.sendRedirect();

response.sendRedirect();

What is the purpose of using response.sendRedirect(); method?

View Answers

February 26, 2008 at 11:16 AM

Use of sendRedirect

Use sendRedirect if u doesn?t want to carry forward the request and response objects. sendRedirect is done at the client (web browser) and the new request response objects are created.









Related Tutorials/Questions & Answers:

Ads