The include() method of RequestDispatcher
Options
- sends a request to another resource like servlet, jsp or html
- includes resource of file like servlet, jsp or html
- appends the request and response objects to the current servlet
- None of the above
CORRECT ANSWER : includes resource of file like servlet, jsp or html
Write your comments