Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the purpose of RequestDispatcher Interface?
Home
Servlet
What is the purpose of RequestDispatcher Interface?
0
votes
asked
Apr 11, 2023
in
Servlet
by
john ganales
What is the purpose of RequestDispatcher Interface?
requestdispatcherinterface
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 11, 2023
by
john ganales
The RequestDispacher interface provides the facility of dispatching the request to another resource it may be html, servlet or jsp. This interceptor can also be used to include the content of antoher resource.
...