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
Explain jsp?
How can we disable java code or scripting in jsp page?
Differentiate between
Explain jsp lifecycle methods?
Explain JSP Output comments?
How can we handle the exceptions in jsp?
How do we configure init params for jsp?
How can I extend the functionality of jsp?
What is scriptlet and what is expression?
What is session management in jsp?
When does a container initialize multiple jsp objects?
How can you make the finally clause not to fail to execute?
What is session object in jsp?
How do you delete the session data?
What is el?