HttpSessionListener?

Which annotation specifies the metadata as a javax.servlet.http.HttpSessionListener?

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)



Leave a Reply 6

Your email address will not be published. Required fields are marked *


manish

manish

B is right

Rudi

Rudi

@WebListener so B is the correct answer

yadoble

yadoble

@WebListener so B is the correct answer

Allan Santos

Allan Santos

@WebListener so B is the correct answer