单项选择题

A.过滤器可以拦截request和response
B.javax.servlet.Filter是一个抽象类
C.过滤器可以串联使用
D.需要在web.xml中设置才可以启用过滤器