What is the difference between <jsp:forward> and
sendRedirect?
Answer Posted / harish
Using <jsp:forward> you can forward the request and
response object to the concern URL. Where as in
sendRedirect, it will not carry the request and response
object details.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are jsp implicit objects?
Why we use jsp instead of html?
What is translation phase?
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
What are the jsp lifecycle phases?
What is the
Explain implicit objects in jsp?
How to forward a request to another source?
What is jsp param?
Why do we use jsp?
What's the difference between javabeans and taglib directives?
What is jsp and why is it needed?
What is request scope in jsp?
Why is it not recommended to use script elements in jsp?
What is tld in jsp?