Which annotation specifies the metadata as a javax.servlet.http.HttpSessionListener?
A.
@Listener
B.
@WebListener
C.
@WebSessionListener
D.
@HttpSessionListener
Explanation:
Reference:
http://docs.oracle.com/cd/E12840_01/wls/docs103/webapp/annotateservlet.html(table 8-1, third row)
The correct answer is ‘b’ – @WebListener
Here the explanation: http://explodingjava.blogspot.com.br/2010/05/servlet-30-annotations.html
B is right
B is right
@WebListener so B is the correct answer
@WebListener so B is the correct answer
@WebListener so B is the correct answer