Description of Forwarding and Including Response from other Servlets. :
This tutorial provides the user the details of passing control from one Servlet to another and the methods of including response from the other servlet. It provides explanations about setting and getting attributes from HttpServletRequest object. The responses are included and forwarded using RequestDispatcher Interface. The article includes an online demo, which will help the user to know more about the user of these methods.