Multiple choice

In which of the following modes of transaction management provided by EJB, it means that the bean does not carry any transactions and can not be used from within a transaction?

  1. Stock

  2. TX_NOT_SUPPORTED

  3. TX_BEAN_MANAGED

  4. TX_REQUIRED

  5. Instance passivation

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

In this mode of transaction management provided by EJB, it means that the bean does not carry any transaction and can not be used from within a transaction.