What is the use of Request Dispatcher Interface?

devquora
devquora

Posted On: Feb 22, 2018

 

Request Dispatcher interface is used as a dispatcher in Servlet. It dispatches the requests to different sources. The source can be of any type it may be a servlet, JSP or HTML. Request Dispatcher interface is also practiced to add the material of resources.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Java Servlet Interview Questions

    What do you mean by Servlet?

    It is designed by the Java software company. It is used to extend the ability of the server...

    Java Servlet Interview Questions

    Which HTTP method is said to be non-idempotent and idempotent?

    If any HTTP brings the same result every time then it means it is idempotent...