Question 101 / 121:
EJB 3 introduced quite easy interceptor class definition through annotations such as @PostConstruct, @PreDestroy, @PrePassivate, @PostActivate for lifecycle callback methods, and @AroundInvoke for or business methods.
For what can you use EJB interceptor?
Choose 2