Tag: methods in HttpServlet
Methods in javax.servlet.http.HttpServlet
  [ Ask Question ]
As we discussed in the earlier articles, we should extend our servlet class with HttpServlet abstract class in order to get protocol dependent services. When ever we make request to the servlet the following methods will be called…