Solution:
Request Dispatcher is a Java interface which is used to forward a request to some other resource which can be HTML, JSP or any another Java servlet within the same application.
Credit: 3870