多选题A developer wants a web application to be notified when the application is about to be shut down. Which two actions are necessary to accomplish this goal?()AInclude a listener directive in a JSP pageBconfigure a listener in the TLD file using the  elem

题目
多选题
A developer wants a web application to be notified when the application is about to be shut down. Which two actions are necessary to accomplish this goal?()
A

Include a listener directive in a JSP page

B

configure a listener in the TLD file using the  element

C

Include a  element in the web application deployment descriptor

D

configure a listener in the application deployment descriptor, using the  element

E

Include a class implementing ServletContextListener as part of the web application deploymen


相似考题
参考答案和解析
正确答案: D,B
解析: 暂无解析