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 use javascript in jsp?
What program opens a jsp file?
What jsp lifecycle methods can I override?
What are the different types scripting elements in jsp?
What are the elements of a jsp page?
Where do I create jsp in eclipse?
Which two interfaces does the javax servlet jsp package have?
What are the different jsp element types?
Where we use assertion in java programming?
How to ignore the el expression evaluation in a jsp?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
How to retrieve warnings?