Multiple choice

In which of the following modes of transaction management provided by EJB, if the client has a transaction open when it invokes the bean's method, the bean runs the client's transaction context?

  1. TX_SUPPORTS

  2. TX_REQUIRED

  3. TX_SUPPORTS

  4. Optimized method invocation

  5. Events

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

Here, if the client has a transaction open when it invokes the bean's method, the bean runs the client's transaction context.