static polymorphism

February 15, 2013

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 at the difference between both. This […]