In order to use a servlet for handling the submission of a web form, subclass HttpServlet() and put service code in ______
service() method
getServletInfo() method
doGet() or doPost() method
None