• 2022-06-04
    【多选题】哪个对象提供有getAttribute()方法( )
    A: ServletRequest
    B: ServletContext
    C: HttpServlet
    D: ServletConfig
  • A,B

    内容

    • 0

      ‍.如果是整个应用程序共享的数据,则适合放在()中成为属性。‍ A: ServletConfig B: ServletRequest C: ServletContext D: Session

    • 1

      如果是整个应用程序共导的数据,则适合放在()中成为属性。 A: ServletConfig B: ServletContext C: ServletRequest D: Session

    • 2

      Servlet接口的___________方法返回一个 ServletConfig 对象,该对象用来返回初始化参数和 ServletContext。

    • 3

      Servlet三大域对象中作用域范围最大的是哪个域对象? A: ServletRequest B: HttpServletContext C: ServletContext D: HttpSession

    • 4

      调用ServletContext的getAttribute方法时,会触发哪个方法调用?(假设有关联的监听器