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 the implicit el objects in jsp?
How to send data from jsp to jsp?
Why do we need servlets and jsp?
Explain the advantages of jsp?
Is jsp better than servlet?
write a program in javasacript to shake the window
Show attributes of page directives.
How do I mix jsp and ssi #include?
mention the three important tags used in the development of jsp bean.
What is jsp exception?
What is the use of requestdispatcher?
What is jsp tag?
What is an implicit object?
What are different types of comments in jsp?
Which tag is used to execute java source code in jsp?