12345678910



Question 1: The include() method of RequestDispatcher
1. sends a request to another resource like servlet, jsp or html
2. includes resource of file like servlet, jsp or html
3. appends the request and response objects to the current servlet
4. None of the above