MCQOPTIONS
Bookmark
Saved Bookmarks
→
Spring
→
Managing Web Flows in Spring
→
PLATFORMTRANSACTIONMANAGER_IS_AN_ABSTRACT_UNIT_FOR..
1.
PLATFORMTRANSACTIONMANAGER_IS_AN_ABSTRACT_UNIT_FOR_TRANSACTION_MANAGEMENT.?$
A.
True
B.
False
Answer» B. False
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
You just have to encapsulate your code block in a callback class that implements the TransactionCallback interface and pass it to the TransactionTemplate execute method for execution. In this way, you don’t need to repeat the boilerplate transaction management code for this block.a) Trueb) FalseAnswer: aExplanation: In this way, you don’t need to repeat the boilerplate transaction management code for this block. 13. A TransactionTemplate can accept a transaction callback object that implements:-a) TransactionCallbackb) TransactionCallbackWithoutResult classc) All of the mentionedd) None of the mentionedAnswer: cExplanation: A TransactionTemplate can accept a transaction callback object that implements either the TransactionCallback or an instance of the one implementer of that interface provided by the framework, the TransactionCallbackWithoutResult class. 14. Spring (since version 2.0) offers a transaction advice that can be easily configured via the:-a) rx:adviceb) bx:advicec) tx:adviced) none of the mentionedAnswer: cExplanation: This advice can be enabled with the AOP configuration facilities defined in the aop saop schema. 15. You can omit the transaction-manager attribute in the element if your transaction manager has the name transactionManager.
To help you control the overall transaction management process and transaction exception handling.
Method to start a new transaction with that definition:-
PlatformTransactionManager is an abstract unit for transaction management.
Method that allows you to start a new transaction (or obtain the currently active transaction).
Spring’s core transaction management abstraction is based on the interface:-
Spring’s transaction support offers a set of technology-independent facilities, including transaction managers.
PLATFORMTRANSACTIONMANAGER_IS_AN_ABSTRACT_UNIT_FOR_TRANSACTION_MANAGEMENT.?$
To help you control the overall transaction management process and transaction exception handling.$
Method_to_start_a_new_transaction_with_that_definition:-$
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply