What is difference between sendredirect and forward?
Answer / Akhtar Israr Ahmad
sendRedirect() sends an HTTP redirect response to the client, forcing a new request from the client to be sent to a specified URL. The original request remains in the server's process pool until it is completed. On the other hand, forward() does not generate any response and transfers control to another JSP or servlet within the same application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is jsp servlet?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
How can information from one JSP be passed to another JSP?
What is the purpose of jsp?
How jsp is executed?
What is auto-flush attribute?
When destroy method of jsp is called?
Why is jsp used?
How to deactivate el usage on jsp?
What's the difference between an import and include directive, and also the difference between include directive and include action?
How can i connect from jsp to servlet page