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


Please Help Members By Posting Answers For Below Questions

What are the implicit el objects in jsp?

738


How to send data from jsp to jsp?

669


Why do we need servlets and jsp?

652


Explain the advantages of jsp?

754


Is jsp better than servlet?

630


write a program in javasacript to shake the window

2635


Show attributes of page directives.

731


How do I mix jsp and ssi #include?

719


mention the three important tags used in the development of jsp bean.

647


What is jsp exception?

660


What is the use of requestdispatcher?

690


What is jsp tag?

630


What is an implicit object?

630


What are different types of comments in jsp?

668


Which tag is used to execute java source code in jsp?

1040