How many types of JDBC Drivers are present and what are they?
Answer / Yudhishthir Singh
There are four types of JDBC drivers: 1) JDBC-ODBC Bridge Driver, 2) Native API (Type 1) Driver, 3) Native-Protocol (Type 2) Driver, and 4) Java Database Connectivity API (Type 4) Driver.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to handle when the database crashes while reading the data from the database?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What are the 4 types of jdbc drivers?
signature of init method?
What is batch processing and how to perform batch processing in jdbc?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
Why prepared statements are faster?
What is setautocommit in jdbc?
What is the difference between executing, executequery, executeupdate in jdbc?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
Is jdbc part of j2ee?
What are different parts of a url?