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