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 the difference between get and post methods?
What is Client-Server Computing?
Why are http servlets used in programming?
What if we pass negative value in load-on-startup?
Is servlet thread safe?
Which event is fired at the time of session creation and destroy?
Can we override destroy method in servlet?
Elucidate servlet attributes and its scope?
Can you use javascript in servlets?
Why servlet is used as controller ? Not JSP? I want complete explation?
How is an application exception handling is done using a servlet?
How can a servlet be used to generate plain text instead of html?
What are the ways to handle multi-threading in servlets?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
Define the servlet mapping.