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
What do you mean by scope object and what are its types?
How to get the IP address of client in servlet?
How servlets are deployed in java?
What is the structure of the http response
What is a web application and what is it’s directory structure?
What do you mean by request dispatcher in servlet?
How does Cookies work in Servlets?
Is it possible to have a constructor inside the servlet?
What is cookie? Why is cookie used?
What is a web container and what is its responsibility?
How can a servlet be used to generate plain text instead of html?
What is servlet initializer?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Difference between forward() method and sendredirect() method ?
Explain the different ways for servlet authentication?