Multiple choice

Which of the following is not a transaction isolation level in EJB?

  1. Transaction_read_uncommitted

  2. Transaction_read_committed

  3. Transaction_repeatable_read

  4. Transaction _Synchronous

  5. None of these

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

Actually Transaction _Synchronous is a synchronous process and not a transaction isolation level in EJB.