Q8
Which annotation is used to specify that a method should be invoked after a session is invalidated in a Java web application?
A.
`@WebListener`
B.
`@Resource`
C.
`@PostConstruct`
D.
`@PreDestroy`
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board