Broadcom-VMware
2V0-72.22PSE · Question #3
Which two statements about pointcut expressions are true? (Choose two.)
The correct answer is D. A pointcut expression can include operators such as the following: && (and), || (or), ! (not). E. A pointcut expression can be used to select join points which have been annotated with a. https://docs.spring.io/spring-framework/reference/core/aop/ataspectj/pointcuts.html
Core Spring
Question
Which two statements about pointcut expressions are true? (Choose two.)
Options
- AA pointcut expression cannot specify the type of parameters.
- BA pointcut expression will throw an exception if no methods are matched.
- CA pointcut expression cannot have a wildcard for a method name.
- DA pointcut expression can include operators such as the following: && (and), || (or), ! (not).
- EA pointcut expression can be used to select join points which have been annotated with a
How the community answered
(24 responses)- A13% (3)
- B4% (1)
- C4% (1)
- D79% (19)
Explanation
https://docs.spring.io/spring-framework/reference/core/aop/ataspectj/pointcuts.html
Topics
#AOP#pointcut expressions#join points#annotations
Community Discussion
No community discussion yet for this question.