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
What is a tag file?
What are the different scope values for the
How can we avoid direct access of jsp pages from client browser?
Explain jsp action elements or action tags?
What are directives? What are the different types of directives available in jsp?
How do I create a dynamic web project?
What is dynamic web project?
What are directives in jsp?
What are the two types of comments supported by jsp?
What is jsp and asp?
What is application in jsp?
How can I set a cookie and delete a cookie from within a jsp page?
How we can configure init params in jsp?
What is a expression?
Can we use jstl in html?