单项选择题

A. HttpServlet是一个抽象类
B. HttpServlet类扩展了GenericServlet类
C. HttpServlet类的子类必须至少重写service方法
D. HttpServlet位于javax.servlet.http包中