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 are the difference between RMI and Servlets?
What is Servlets and explain the advantages of Servlet life cycle?
Write a command to get actual path of a servlet to the server?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is servlet and its life cycle?
How can we refresh automatically when new data is entered into the database?
What is called servlet container?
What are the functions of Servlet container?
What is difference between PrintWriter and ServletOutputStream?
Can filter be used as request or response?
How is an application exception handling is done using a servlet?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
Describe servlet?
How do you configure a centralized error handler in servlets?
What do you mean by a filter and how does it work?