Given the HttpServlet code:   getServletContext().setAttribute(“foo”, “value”); What is the result?()

A .  The attribute foo is placed in the application B .  A ServletContextListener registered for that servlet is notified C .  A ServletAttributeListener registered for that servlet is notified D .  An HttpSessionAttributeListener registered for that servlet is notified

时间:2022-10-25 23:10:33 所属题库:SCDCD(310-081)题库

相似题目