Multiple choice

In which of the following does the container temporary suspends a transaction, until the bean's transaction finishes, if it is under way?

  1. TX_REQUIRED

  2. TX_REQUIRES_NEW

  3. TX_BEAN_MANAGED

  4. Instance passivation

  5. Application assembler

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

If a transaction is under way, the container temporarily suspends it until the bean's transaction finishes.