You would like to measure the performance (response time) of a particular business method of EJB3.0 Session Bean. Which of the following facilitates the same?
Dependency Injection
Interceptors
Intercepting Filter Pattern
None of the above. You need to write code for measuring response times.