How many isolation levels are supported in JDBC and what
are they?
Answer / harish
total five isolation levels that are supported by JDBC.
they are
1. TRANSACTION_SERIALIZABLE
2. TRANSACTION_READ_UNCOMMITED
3. TRANSACTION_REPEATABLE-READ
4. TRANSACTION_READ_COMMITED
5. TRANSACTION_NONE
| Is This Answer Correct ? | 3 Yes | 4 No |
Is jdbc part of j2ee?
How many types of jdbc drivers are available?
What is odbc and jdbc in dbms?
What is the latest version of JDBC? What new features are added?
List the advantages of using datasource?
How do java applications access the database using jdbc?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What is jdbc type?
What are the steps to connect to a database in java?
Explain the difference between inner and outer join ?
What is the role of class.forname while loading drivers?
Is jdbc a web technology?