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

Which two are required to use transactions in Spring? (Choose two.)

Answer options

Correct answer: A, B

Explanation

The correct answers are A and B because @EnableTransactionManagement is necessary to enable transaction management capabilities in Spring, and @Transactional is used to specify which methods or classes require transactions. Options C, D, and E are incorrect because they do not represent mandatory requirements for using transactions in Spring.