What is the difference between sendRedirect() and forward()?
in what situations do we have to use send redirect()
instead of forward().
Answer Posted / vinit sharma
Hello i am vinit and according to me,
Both methods are use to transfer form one web component to
another web component.
In case of forward () the same request (that have client
information) is passed from server side to the another page
(this another page should be in the same container (Web
Server)), due to URL remains same.
While in sendRedirect () a new request (due to
loss the previous request information) is generated from
client side to another page (this another page can be in
the same OR in different container (Web Server)), due to
URL becomes change.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why is java more secure?
Why java is a platform?
What is build file?
What is j2ee product?
Define authorization constraint?
What are struts?
What is the J2EE module?
What is deployer?
What is java transaction api (jta)?
What is a java applet?
What is interpreter in java?
What is event handling in java?
Explain j2ee architecture.
Is string a primitive data type in java?
What do you understand by connector?