Which two statements about pointcut expressions are true? (Choose two.)
Which two statements about pointcut expressions are true? (Choose two.)
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.
D and E is correct. Refer to: https://docs.spring.io/spring-framework/reference/core/aop/ataspectj/pointcuts.html