Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is JDBC Connection isolation levels?



What is JDBC Connection isolation levels?..

Answer / Ansuman Singh

JDBC connection isolation levels determine how transactions interact with other concurrently executing transactions. There are four isolation levels in JDBC: TRANSACTION_READ_UNCOMMITTED (allowing dirty reads, non-repeatable reads, and phantom reads), TRANSACTION_READ_COMMITTED (preventing dirty reads but allowing non-repeatable reads and phantom reads), TRANSACTION_REPEATABLE_READ (prevention of both dirty reads and non-repeatable reads, but still allows phantom reads), and TRANSACTION_SERIALIZABLE (completely preventing all types of inconsistencies).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is the query used to display all tables names in SQL Server (Query analyzer)?

1 Answers  


When do we use execute method in java jdbc?

1 Answers  


What is the use of getGeneratedKeys() method in Statement?

1 Answers  


What is database deadlock ? How can we avoid them?

1 Answers  


What is the purpose of the jdbc resultset interface?

1 Answers  


How can we store the file in the oracle database?

1 Answers  


what does batchUpdate does?

6 Answers   HCL,


How does JDBC differ from ODBC?

7 Answers  


why we don't use the type 2 driver for connect to the database in jdbc?

1 Answers   TCS,


What are the Normalization Rules?

2 Answers  


how do we get the connection from connection pool

1 Answers  


What class.forname will do while loading drivers of jdbc?

1 Answers  


Categories