Which method of ReportGeneratorServlet will be called when the user clicks on the URL shown by the following HTML.
Assume that ReportGeneratorServlet does not override the service(HttpServletRequest, HttpServletResponse) method of the HttpServlet class.
a. doGet(HttpServletRequest, HttpServletResponse);
b. doPost(HttpServletRequest, HttpServletResponse);
c. doHead(HttpServletRequest, HttpServletResponse);
d. doOption(HttpServletRequest, HttpServletResponse);
Answer: A
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.