What is the use of RequestDispatcher in servlet?
Answer Posted / codventure
RequestDispatcher defines an object that receives the
request from client and sends them to any resources on the
server.
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
What is servlet and its life cycle?
How do you communicate in between Applets and Servlets?
What is life cycle of Servlet?
Can we fetch the attributes related to a servlet on a different servlet?
Why doesn’t a servlet include main()? How does it work?
Can we refresh servlet in client and server side automatically?
Difference between httpservlet and generic servlets?
How do you get the ip address of the client in servlet?
Which is the methods of generated servlet?
How can we perform any action at the time of deploying the project?
Why servlet is used as controller ? Not JSP? I want complete explation?
What is difference between server and servlet?
Explain the difference between servlet and cgi?
What's the architecture of a servlet package?
What are the kinds of http requests?