What is difference between Forward() and sendRedirect()
methode?
Answer Posted / abilash
more over the above answers forward will carry the same
request to the new page.So we can get the values stored in
request.
while in sendRedirect it won't have the same request.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
How we can create war file in servlet?
What are all the ways for session tracking?
How do I support both get and post from the same servlet?
How native code can be used in a servlet?
What is the GenericServlet class?
Define context initialization parameters.
What are the phases of servlet life cycle?
Write a command to get actual path of a servlet to the server?
Is java servlet still used?
why we should override only no-agrs init() method.
Is that servlet is pure java object or not?
What are the mechanisms used by a servlet container for maintaining session information?
Why doesn’t a servlet include main()?
Why doesn’t a servlet include main()? How does it work?
What is the dispatcher servlet?