when we will use the SendRedirect method instead of forward.
Answer / ranjan satapathy
When there is no need to record/maintain the previous data
of the user.
Like in google we are searching some infom
and after clicking on the searched item, it will forward to
some other server or link, where there is no required to
maintain any previous information of user.
that depends you need to think about the Scenario and use.
Is This Answer Correct ? | 10 Yes | 0 No |
Can we call destroy method inside init method?
Explain jsp lifecycle methods?
What are the jsp standard actions?
How can we stop errors on display in a jsp page?
What are the different jsp element types?
What is <jsp:usebean> in jsp?
what type of question will be asked in the interview in this software field?????///
how to enable session tracking for jsp pages,if the browser has disabled cookies?
What is application scope in jsp?
What are the possible values for language directive?
How can information from one JSP be passed to another JSP?
Can you make use of a servletoutputstream object from within a jsp page?