Direction: Choose the correct option
Q1.
What is a pointcut expression in Spring AOP?
Direction: Choose the correct option
Q2.
Which of the following pointcut designators does Spring AOP support?
Direction: Choose the correct option
Q3.
What does the execution() pointcut designator do?
Direction: Choose the correct option
Q4.
What does the following expression match? execution(public * *(..))
Direction: Choose the correct option
Q5.
What does the within() designator match?
Direction: Choose the correct option
Q6.
What does the @annotation() designator do?
Direction: Choose the correct option
Q7.
What does args() designator match based on?
Direction: Choose the correct option
Q8.
How do you combine pointcut expressions?
Direction: Choose the correct option
Q9.
What does the bean() pointcut designator do (Spring-specific)?
Direction: Choose the correct option
Q10.
What is the purpose of a named pointcut?
