VMware vRealize Automation 8.x (2022) — Question 70

Which two statements are true about Spring AOP? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Statement A is correct because the @After advice is designed to run after a method execution, regardless of its outcome. Statement D is also accurate as it identifies examples of cross-cutting concerns that affect multiple parts of an application. The other options either misrepresent the functionality of Spring AOP or the types of advice available.