Exam 2v0-7222 All QuestionsBrowse all questions from this exam
Question 33

Which two statements about pointcut expressions are true? (Choose two.)

    Correct Answer: D, E

    A pointcut expression can include operators such as && (and), || (or), and ! (not). Additionally, a pointcut expression can be used to select join points which have been annotated with a specific annotation. These capabilities make pointcut expressions versatile in aspect-oriented programming.

Discussion
AzuniOptions: DE

D and E is correct. Refer to: https://docs.spring.io/spring-framework/reference/core/aop/ataspectj/pointcuts.html