(Choose1answer)
<body>
<form action="/myapp/LoginServlet" method="POST">
<input type="text" name="name">
<input type="password" name="password">
Which method
<input type="submit" value="POST">
of LoginServlet will be
</form>
</body>
</html>
user clicks on "Submit"button
one)
called when the for the following form.AssumethatLoginServletdoes not override the service()methodofHttpServletclass(Choose
<html>
Exit 10