Multiple choice technology web technology

3.)

  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

The PlatformTransactionManager interface is Spring's abstraction for supporting multiple transaction environments (JDBC, JTA, Hibernate, etc.). It provides a consistent mechanism regardless of the underlying transaction technology.