Multiple choice

In which of the following modes of transaction management provided by EJB, if the client attempts to use the bean from within a transaction, the client's transaction will remain suspended until the bean completes its operations?

  1. TX_SUPPORTS

  2. TX_NOT_SUPPORTED

  3. TX_BEAN_MANAGED

  4. Transaction

  5. Optimized method invocation

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

In this mode of transaction management provided by EJB, if the client attempts to use the bean from within a transaction, the client's transaction will remain suspended until the bean completes its operation.