1.

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. True
B. False
C. May be
D. Can't say
Answer» B. False


Discussion

No Comment Found