Multiple choice

In which of the following modes of transaction provided by EJB, if the client attempts to use the bean from within a transaction, the client transaction will remain suspended until the beans complete its operation and then client's transaction resumes?

  1. TX_SUPPORTS

  2. TX_BEAN_MANAGED

  3. TX_NOT_SUPPORTED

  4. Optimized method invocation

  5. Transaction

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

Here, 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 and then the client's transaction will then resume.