ServletRegistration.Dynamic can be used to configure (Choose two)
A.
Filter mappings
B.
add init params
C.
set asyncSupported to true
D.
add Listeners
Explanation:
http://www.softwareengineeringsolutions.com/blogs/2010/08/01/ (3rd paragraph)
ServletRegistration.Dynamic can be used to configure (Choose two)
ServletRegistration.Dynamic can be used to configure (Choose two)
A.
Filter mappings
B.
add init params
C.
set asyncSupported to true
D.
add Listeners
Explanation:
http://www.softwareengineeringsolutions.com/blogs/2010/08/01/ (3rd paragraph)
BC.
http://docs.oracle.com/javaee/6/api/javax/servlet/ServletRegistration.Dynamic.html
When it says mappings it refers to URL mappings, not filter mappings.
B,C