Interview Questions, Java Core, JSP/Servlets

Two service methods in HttpServlet class

Whenever we write a servlet, we inherit our class from HttpServlet which contains two service methods. Let’s have a look […]