Multiple choice technology web technology

Database transactions managemet is performed by

  1. JDBC API

  2. Hiberntae

  3. EJB

  4. AOP proxies

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This appears to be testing Spring-specific transaction management, where AOP proxies intercept service methods to apply transaction boundaries declaratively. However, this is misleading - JDBC, Hibernate, and EJB all perform transaction management. The question seems to be asking about declarative Spring transactions specifically, which are implemented via AOP proxies. 'Hiberntae' is also misspelled.