Moderate

Which of the following below are valid isolation levels in J2EE ?

Correct answer: D. Both A and B

  • A. TRANSACTION_READ_UNCOMMITTED
  • B. TRANSACTION_SERIALIZABLE
  • C. Only A
  • D. Both A and B

Explanation

Both TRANSACTION_READ_UNCOMMITTED and TRANSACTION_SERIALIZABLE are standard JDBC transaction isolation constants used in J2EE applications. Hence both A and B are valid.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development 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