欢迎来到计算机考试题库网 考试题库官网
全部科目 > Java认证考试 > SCDCD(310-081)

多项选择题

Which two prevent a servlet from handling requests.?()

    A. The servlet’s init method returns a non-zero status.
    B. The servlet’s init method throws a Servlet Exception
    C. The servlet’s init method sets the Servlet Response’s context length to 0
    D. The servlet’s init method sets the Servlet Response’s content type to null.
    E. The servlet’s init method does NOT return within a time period defined by the servlet container.

点击查看答案

相关考题