Multiple choice

Which transaction means that if the client has a transaction in progress when it invokes the beans methods, the clients transaction is used?

  1. TX_SUPPORTS

  2. TX_BEAN_MANAGED

  3. TX_MANDATORY

  4. Enterprise bean provider

  5. EJB server

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

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