What is the difference between <jsp:forward> and
sendRedirect?
Answer Posted / manas banerjee
<jsp:forward>--a request object containing to the client
request is send to the destination page which may be
servlet/jsphtml page.
in case of sendRedirect http sends a temporary response to
the browser and browser creates a new request and it sends
to the targeted page.it destroys the session object
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to include a jsp file in another jsp file?
What are the implicit objects in jsp?
What is jsp translation phase?
What are the different scope values for the
What are jsp implicit objects?
How can you avoid scriptlet code in jsp?
How to ignore the el expression evaluation in a jsp?
What are the main tags in jsp?
What is server context?
What is declaration statement?
Why should we not configure jsp standard tags in web.xml?
What is a jsp container?
What is the differences between the jsp custom tags and java beans?
Explain pge Directives.
What is pagescope in jsp?