Multiple choice

Which of the following modes of transaction management provided by EJB means that does not support any transactions and cannot be used from within a transaction?

  1. TX_SUPPORTS

  2. TX_NOT_SUPPORTED

  3. TX_BEAN_MANAGED

  4. Instance passivation

  5. AlarmPresentation

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

This mode of transaction management provided by EJB means that the bean does not support any transactions and can not be used from within a transaction.