What is the use of RequestDispatcher in servlet?
Answer Posted / katamraju
By using Request dispatcher we can include or forward a
request to a another resource by using only one request
and response.
| Is This Answer Correct ? | 12 Yes | 17 No |
Post New Answer View All Answers
Write a simple servlet program to print the contents of html.
Should I override the service() method?
What is the difference between servlet and filter?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What is the use of servlet wrapper classes?
Which method of the httpservletrequest object is used?
Define servlet mapping?
What is servlet invoker?
How we can create war file in servlet?
Is that servlet is pure java object or not?
What are the differences between the servletconfig interface and the servletcontext interface?
What is the life-cycle of servlets?
Why is http protocol called as a stateless protocol?
What exactly is a servlet?
What is the difference between 2 types of servlets?