all the methods of HttpServlet class are concrete even we declare this class as abstract because
1>any class can have null or more abstract method as well as concrete method .
2>always we make our servlet by extending HttpServlet.hence only derived servlet class can make object.