what is difference between redirect and forward method?
Answer Posted / v.kannan
In sendRedirect Each and Every time new Client side Object
will Create.Changes will be updated in request Pages.
Session Object will not alive.
In sendRedirect we can transfer the control(request) from
one webserver(welogic) to another one webserver(Jboss).
It's not possible in jsp:forward
| Is This Answer Correct ? | 8 Yes | 19 No |
Post New Answer View All Answers
What are the different life-cycle methods?
What is contextpath in jsp?
When does a container initialize multiple jsp / servlet objects?
What are different types of comments used in jsp?
What are the three tags used in jsp bean development?
What is difference between html and jsp?
Which package does a jsp api consist of?
Can you override jspinit() method? If yes, in which cases?
What is the jsp:setproperty action?
Is jsp technology extensible?
How we can use javascript with jsp pages?
How clear chache and buffer of opera browser.
Explain client and server side validation?
What are the different scope values for the
How do we prevent browser from caching output of my jsp pages?