Multiple choice technology web technology

How spring framework supports the multiple transaction environments?

  1. a. Through TransactionFactory interface

  2. b. Through TransactionOperations interface

  3. c. Through TransactionCallback interface

  4. d. Through PlatformTransactionManager interface

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

PlatformTransactionManager is Spring's strategy interface for abstracting transaction management across different environments (JDBC, JTA, Hibernate, JPA). It decouples application code from specific transaction implementations.