what is difference between redirect and forward method?
Answer Posted / sailaja
In sendRedirect new request is generated forwarded to the
specified page.where as in forward old reuest is forwarded
to the specifed page
| Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
Which one is better jsp or servlet?
What are jsp and servlets?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What is jstl (jsp standard tag library)?
How clear chache and buffer of opera browser.
Why don’t we need to configure jsp standard tags in web.xml?
Why jsp is used instead of html?
Can we call destroy method inside init method?
How can you make the finally clause not to fail to execute?
What is context in web application?
How can I handle jsp page errors?
Explain the jsp life cycle?
What is jspinit method?
How does response sendredirect work?
What are the benefits of pagecontext implicit object?