Moderate

How many transaction isolation levels are defined in java.sql.Connection interface ?

Correct answer: C. 5

  • A. 6
  • B. 2
  • C. 5
  • D. 3

Explanation

JDBC defines five isolation levels: NONE, READ_UNCOMMITTED, READ_COMMITTED, REPEATABLE_READ, and SERIALIZABLE. These are represented by constants in java.sql.Connection.

Last updated

Practise Database Systems

49 free Database Systems MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions