Which statement defines a pointcut? (Choose the best answer.)
A point in the execution of a program such as a method call or field assignment.
An expression that selects one or more join points.
A module that encapsulated advices.
Code to be executed at each selected join point.
Submit