可学答题网 > 问答 > SCWCD(310-083)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Given a Filter class&e


Given a Filter class definition with this method: 21.public void doFilter(ServletRequest request, 22.ServletResponse response, 23.FilterChain chain) 24.throws ServletException, IOException { 25.// insert code here 26.} Which should you insert at line 25 to properly invoke the next filter in the chain, or the target servlet if thereare no more filters?()

  • Achain.forward(request, response);
  • Bchain.doFilter(request, response);
  • Crequest.forward(request, response);
  • Drequest.doFilter(request, response);
参考答案
参考解析:
分类:SCWCD(310-083)题库