Is java violating OOPS concept?

According to OOPS concept the subclass will get all the properties of base class...

But in case of servlets, HttpServlet is the subclass of GenericServlet and Generic servlet can be used for all protocols where as HttpServlet is used only for Http. In this case java is violating OOPS concept..What r ur suggetions friends?

[336 byte] By [AnishAbrahama] at [2007-11-27 2:07:58]
# 1
My suggestion is not to double-post: http://forum.java.sun.com/thread.jspa?threadID=5164480&messageID=9628574#9628574
BIJ001a at 2007-7-12 1:56:47 > top of Java-index,Core,Core APIs...
# 2
sorry..actually i meant to post it there only...by mistake i post it here....got the answer also...thanks friends...
AnishAbrahama at 2007-7-12 1:56:47 > top of Java-index,Core,Core APIs...