Multiple choice

In which mode of the transaction management provided by EJB does the bean require that the client has a transaction open before the client attempts to use the bean?

  1. Instance passivation

  2. Transaction

  3. TX_BEAN_MANAGED

  4. TX_REQUIRED

  5. TX_MANDATORY

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

In this mode of the transaction management provided by EJB, the bean requires that the client has a transaction open before the client attempts to use the bean.