Multiple choice

Which of the following modes of transaction management provided by EJB means that the bean does not hold up any transactions and can't be used from within transaction?

  1. WebSphere

  2. TX_BEAN_MANAGED

  3. TX_SUPPORTS

  4. Optimized method invocation

  5. TX_NOT_SUPPORTED

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

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