Consider the following HTML code. Which method of MyFirstServlet will be invoked when you click on the url shown by the page?

Consider the following HTML code. Which method of MyFirstServlet will be invoked when you click on the url shown by the page?



a. doGet
b. doPost
c. GET
d. POST
e. doGET
f. doPOST



Answer: A


Learn More :