Multiple choice

In which mode of transaction management, 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_NOT_SUPPORTED

  2. TX_SUPPORT

  3. TX_REQUIRED

  4. Instance pooling

  5. init()

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

Here, if the clients attempts to use the bean from within a transaction, the client transaction will remain suspended until the bean completes its operation.