单项选择题
编写一个Filter,除继承HttpServlet类外,还需要()
- A.继承Filter类
B.实现Filter接口
C.继承HttpFilter类
D.实现HttpFilter接口
点击查看答案
相关考题
-
单项选择题
在J2EE中,若要在JSP正确使用标签:,在JSP中声明的taglib指令为:,下划线处应该是()
A.x
B.getKing
C.myTags
D.king -
多项选择题
在J2EE中,使用Servlet过滤器,需要在web.xml中配置的元素是()
A.<filter>
B.<filter-mapping>
C.<servlet-filter>
D.<filter-config> -
单项选择题
自定义标签中,如果要声明标签参数为必须的,则需要配置的是()
A.<required>true</required>
B.<rtexprvalue>true</rtexprvalue>
C.<required>false</required>
D.<rtexprvalue>false</rtexprvalue>
