Multiple choice

Which of the following modes of transaction management means that the bean does not support any transactions and can not be used from within a transaction?

  1. TX_NOT_SUPPORTED

  2. TX_SUPPORTS

  3. TX_BEAN_MANAGED

  4. Instance passivation

  5. init()

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

It means that the bean does not support any transactions and can not be used from within a transaction.