What is the difference between sendRedirect() and forward()?
in what situations do we have to use send redirect()
instead of forward().
Answer Posted / fateh
the main difference is that forward() do not save the
information while sending to the client but on the other
hand sendRedirect() saves the information while redirecting
to the other page.
Basically, sendRedirect() is used to redirect ot the error
page and forward() is a request dispatcher method to forward
request to the new page. So, if we are talking in this
context sendRedirect() is faster than forward(). According
to he above mentioned concept, forward() is faster than
sendRedirect() but if we are using sendRedirect() to send to
the error page it is faster.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
i want test pattern of zylog company and some examples also
What is java 2 platform, standard edition (j2se)?
What is jta and jts?
What is java naming and directory service?
explain the technologies that j2ee platform provides for developing components.
What is java developer?
Is downloading java safe?
Who gave the name java?
What is ear file?
Why java is a platform?
What is a web container j2ee?
What is context root?
What is jaap?
What is japplet in java?
What are j2ee concepts?