What is the difference between sendRedirect() and forward()?
in what situations do we have to use send redirect()
instead of forward().
Answer Posted / vikram raj bakshi
I'll explain this with an example. If suppose u ask ur
servant(who is uneducated), to go to the market and get u a
Pepsodent.Now if the shopkeeper is not having a pepsodent
he will simply hand over Close Up to the servant.This
scenario is something simialr to the "forward" method. If
the requested resource is not available u will be
redirected to a different page whose url is specifiedd in
the forward method call. But u wont be able to see the
cnage in the url in the address bar. It's all done
internaly. In case os sendRedirect, its just like ur call
is moving from one page to another and u will able to see
the cnage in the url too. Its like normal page navigation.
Hope you would have a got a picture of it.
| Is This Answer Correct ? | 25 Yes | 6 No |
Post New Answer View All Answers
What is application configuration resource file?
What are different modules in spring?
What are the most important topics in java?
Why primitive data types in java are not objects?
What is document?
What are the types of j2ee clients?
What does web module contain?
what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?
Is java is fully object oriented?
What is java ee architecture?
Why java is interpreted language?
What are types of j2ee clients?
What is conversational state?
Can I run seam in a j2ee environment?
What does enterprise javabeans module contain?