Question: What methods does the Pointcut expression below reference?
- any method with a name that contains the String "setter" with a single parameter
- any method with a name that begins with String "setter" with a single parameter
- any method with a name that begins with String "setter"
- any method with a name that contains the String "setter"
Answer: The correct answer of the above question is Option C:any method with a name that begins with String "setter"