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
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Why is http protocol called as a stateless protocol?
What is servlet? Explain
What are the different ways we can maintain state between requests?
What is the purpose of inter-servlet communication?
What are the important functions of filters?
What is servlet initializer?
What is called Session Tracking?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is a servlet context?
What is the inter-servlet communication?
What is Request Dispatcher?
List out the difference between ServletConfig and ServletContext?
If servlet receives multiple requests, how many objects will it create?
Can we override destroy method in servlet?