Multiple choice

Which of the following modes of transaction management is provided by EJB means, if the client has a transaction in progress when it invokes the bean's methods, the client's transaction is used?

  1. TX_REQUIRED

  2. Deployment descriptor

  3. Stock

  4. TX_NOT_SUPPORTED

  5. TX_SUPPORTS

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

It means if the client has a transaction in progress when it invokes the bean's methods, the client's transaction is used.