In order to use a servlet for handling the submission of a web form, subclass HttpServlet() and put service code in service() method
Reveal answer
Fill a bubble to check yourself
In order to use a servlet for handling the submission of a web form, subclass HttpServlet() and put service code in service() method