1.

What are the standard isolation levels defined by JDBC?

Answer»

The standard isolation levels are

  • TRANSACTION_NONE

  • TRANSACTION_READ_COMMITTED

  • TRANSACTION_READ_UNCOMMITTED

  • TRANSACTION_REPEATABLE_READ

  • TRANSACTION_SERIALIZABLE



Discussion

No Comment Found