what is difference between redirect and forward method?
Answer Posted / saroja dachavaram
in case of forward,request processing takes place using a
single request.
in case of redirect,request processing takes place using a
two request.
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
How can I handle jsp page errors?
What is difference between javascript and jsp?
What are the jsp standard actions?
Why don’t we need to configure jsp standard tags in web.xml?
What is the difference between include directive and include action?
What does jsp mean in text?
What are the lifecycle phases of a jsp?
What is meant by session management?
Why is jstl used?
Can you disable jsp scripting?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
How can multiple submits due to refresh button clicks be prevented?
What is jsp standard tag library, provide some example usage?
How is scripting disabled?
What is difference between jsp and jstl?