What is Request Dispatcher?



What is Request Dispatcher?..

Answer / hrindows@gmail.com

Request Dispatcher is an interface whose implementation defines an object which can dispatch the request to any resources on the server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

Difference between jakarta tomcat and apache Tomcat?

4 Answers   IBM,


Why doesn’t a servlet include main()?

0 Answers  


What is the difference between the include() and forward() methods?

0 Answers  


without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this

1 Answers   Syntel,


What is the life cycle of a servlet?

1 Answers  






What is done after deploying a war file and before client gives a request

2 Answers   Bosch,


What are the type of protocols used in httpservlet?

0 Answers  


What is the use of servletconfig interface?

0 Answers  


How can I send user authentication information while making URL Connection?

0 Answers  


What is session tracking?

0 Answers  


Explain request dispatcher and its methods.

0 Answers  


can it possible to validate form field before execution of a servlet service method if yes how??

6 Answers  


Categories