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
What is iselignored in jsp?
What is jspinit method?
How can I override the jspinit() method within a jsp page?
What are the 3 tags used in jsp bean development?
What is jsp declaration?
What is difference between jspwriter and servlet printwriter?
What is the jsp:getproperty action?
What are the attributes of page directive?
What are custom tags?
How to use jsp el to get http method name?
What are the advantages of jstl?
How jsp is executed?
What is the jspdestroy() method?
Why does jcomponent have add() and remove() methods but the component does not?
What is session getattribute in jsp?