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.

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


Learn More :