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
What is caller principal?
What is instance in java?
what is meant by proxy server
Why class is used in java?
Why primitive data types in java are not objects?
What is button in java?
What is java web technologies?
Why java is a platform?
What is front end technology in java?
How do I become an expert in java?
Define the struts in the j2ee framework?
What is j2ee stack?
What is pure java?
What is isv?
What is java actionlistener?