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
Can you send an authentication error from a servlet?
What is servlet interface?
What are all the advantages of servlet over cgi?
What is session?
What is the type of method for sending request from http server?
Name the different ways of session tracking.
What is difference between jsp and servlet?
What is the importance of init() method in Servlet ?
What are all the ways for session tracking?
How do we call one servlet from another servlet?
What is servlet and how it works?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Explain the difference between servletconfig and servletcontext in servlet?
Is servlet a server side scripting language?
What is api in servlet?