单项选择题

在eclipse/IDEA中创建Servlet时,默认使用的方式是()。

A.继承抽象类HttpServlet
B.实现接口ActionSupport
C.继承抽象类GenericServlet
D.实现接口Servlet