What is difference between Forward() and sendRedirect()
methode?
Answer Posted / raghunath bj
Jsp forward will be used to send some sort of response to
any webresource (it can be a servlet or a jsp) and
sendRedirect will be used in the case of response to be
sent to the next view or Jsp.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between Servlets and Applets?
what is servlet chaining?
Describe servlet?
What are the kinds of http requests?
What if you need to span your transaction across multiple servlet invocations?
Can a jsp be called using a servlet?
What is meant by servlet? What are the parameters of the service method?
How do I use cookies to store session state on the client?
How are filters?
When to use doget() and when dopost()?
What’s the use of the servlet wrapper classes??
Explain the working of service() method of a servlet.
What is the difference between a generic servlet and http servlet?
How does Cookies work in Servlets?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?