Broadcom-VMware
2V0-72.22 · 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
Application Deployment and Management
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
(26 responses)- A8% (2)
- B12% (3)
- C4% (1)
- D77% (20)
Explanation
https://docs.spring.io/spring-framework/reference/core/aop/ataspectj/pointcuts.html
Topics
#Spring AOP#pointcut expression#aspect-oriented programming#logical operators
Community Discussion
No community discussion yet for this question.