The EJB Transaction Attribute that ensures the method call and always takes place in a transaction, either client started or container started are
Options
- TX_SUPPORTS
- TX_MANDATORY
- TX_REQUIRED and TX_REQUIRES_NEW
- Either A or B
CORRECT ANSWER : TX_REQUIRED and TX_REQUIRES_NEW
Write your comments