Multiple Choices
Answer (Choose 1 answer)
Consider the following HTML code. Which method of MyFirstServlet will be invoked when you click on the url shown by the page?
A. GET
<html>
B. doPOST
C. doPost
D. POST
E. doGET
F. doGet
FUOVERFLOWIGOM
<body>
<a href="/myapp/servlet/MyFirstServlet">Make me say Hello World!</a>
</body>
<html>
F
<