Multiple choice

In which of the following modes of transaction management provided by EJB does the bean always start a new transaction, even if a transaction is already in progress?

  1. Events

  2. Instance pooling

  3. TX_BEAN_MANAGED

  4. TX_REQUIRES_NEW

  5. TX_REQUIRED

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In this mode of the transaction management provided by EJB, the bean always starts a new transaction even if a transaction is already in progress.