Multiple Choice
The include() method of RequestDispatcher
A) sends a request to another resource like servlet, jsp or html
B) includes resource of file like servlet, jsp or html
C) appends the request and response objects to the current servlet
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: The getSession() method with 'true' as its
Q6: In the HTTP Request method which is
Q7: Give the examples of Application Server from
Q8: The getSession() method with 'true' as its
Q9: What is the limit of data to
Q11: The web container maintains the life cycle
Q12: RequestDispatcher object is used<br>A) to include other
Q13: What are the contents of web module?<br>A)
Q14: When might your program wish to run
Q15: What's the difference between servlets and applets?<br>1)