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
Can we get PrintWriter and ServletOutputStream both in a servlet?
How can we achieve transport layer security for our web application?
What do you mean by servlet context?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Tell us something about servletconfig interface.
What is java servlet session?
What are Servlets?
What do you mean by web applications?
What mechanisms are used by a Servlet Container to maintain session information?
Explain the steps involved in placing a servlet within a package?
Why doesn’t a servlet include main()? How does it work?
Why is init() method is used in servlets?
How do you run a servlet?
What are the important functions of filters?
Can we override destroy method in servlet?