Solved

Which Statement Is NOT a Characteristic of Spring's PlatformTransactionManager Base

Question 39

Multiple Choice

Which statement is NOT a characteristic of Spring's PlatformTransactionManager base interface (select one)


A) When declaring a PlatformTransactionManager implementation inside Spring configuration: as a requirement, the bean id should be "transactionManager"
B) The PlatformTransactionManager interface abstracts the differences between local and JTA transactions
C) There are various implementations of JTA transaction managers for different Java EE containers
D) PlatformTransactionManager is used in both declarative and programmatic transaction management

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions