What is the use of RequestDispatcher in servlet?
Answer Posted / mahesh
When we want to use some fields of one servlet page in
another servlet page this RequestDispatcher is very useful
through the methods
1.forward()
2.include()
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Why servlet is used as controller ? Not JSP? I want complete explation?
How many objects of a servlet is created?
Why are servlets used?
How do you load an image in a Servlet?
How do I use cookies to store session state on the client?
What is meant by a web application
Explain web container.
What is called Scriptlet?
How many servlet objects are created?
What is the difference between encodeRedirectUrl and encodeURL?
What is the capacity the doget can send to the server?
What is servlet and list its types?
How is the get () method different from the post() method?
What do you mean by web applications?
What is the use of httpservletrequestwrapper?