What is the difference between <jsp:forward> and
sendRedirect?

Answer Posted / raghu

Send redirect will happen on client side & request, response
will be newly created, for forward action it is server side
action & request and response is passesd & not modified or
destoyed

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain jsp?

630


How can we disable java code or scripting in jsp page?

601


Differentiate between and <%@include file=…>.

619


Explain jsp lifecycle methods?

605


Explain JSP Output comments?

657






How can we handle the exceptions in jsp?

592


How do we configure init params for jsp?

600


How can I extend the functionality of jsp?

596


What is scriptlet and what is expression?

601


What is session management in jsp?

595


When does a container initialize multiple jsp objects?

562


How can you make the finally clause not to fail to execute?

576


What is session object in jsp?

694


How do you delete the session data?

597


What is el?

583