You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Forwarding and Including Response from other Servlets Java / JSP and Servlets
In this article we will learn how to pass control from one Servlet to another using RequestDispatcher.forward() method and how to include response from another Servlet within the caller Servlet using RequestDispatcher.include() method.