What is difference between Forward() and sendRedirect()
methode?
Answer Posted / kishore m
the main diff b/w forward and send redirect is forward is
done at serverside where as send redirect is done at
clientside.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Explain web container.
Explain the differences between jsp and servlet.
What are the steps involved in placing a servlet within a package?
What is called servlet mapping?
What do you mean by default initialization in java servlet?
What is the difference between portlet and servlet?
What are the uses of servlet
What is session?
What is cookies in servlet with example?
Why doesn’t a servlet include main()?
What do you mean by chaining in servlet?
What is the use of request dispatcher interface?
What is the difference between encodeRedirectUrl and encodeURL?
Can we fetch the attributes related to a servlet on a different servlet?
What is java servlet session?