What do you mean by request dispatcher in servlet?



What do you mean by request dispatcher in servlet?..

Answer / Abhay Pratap Singh

RequestDispatcher in Servlet is an object used to forward the control from one servlet to another or to include a servlet within another servlet. It provides methods like forward(), include(), and getNamedDispatcher().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What are the different ways we can maintain state between requests?

1 Answers  


In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify

1 Answers  


How can you push data from an Applet to a Servlet?

1 Answers  


HTTP tunneling means what?

2 Answers  


What is a generic servlet?

1 Answers  


What are the common methods that are included in the http servlet class?

1 Answers  


What do you mean by cgi in servlet?

1 Answers  


How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255

1 Answers   Bosch, EF,


request parameter how to find whether a parameter exists in the request object?

1 Answers  


What are the parameters of the service method ?

2 Answers  


What are different Authentication options available in Servlets.

1 Answers  


Elucidate servlet attributes and its scope?

1 Answers  


Categories