How many types of JDBC Drivers are present and what are they?



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

Post New Answer

More JDBC Interview Questions

How to handle when the database crashes while reading the data from the database?

2 Answers   IBM,


Write an sql to find all records having all upper case alphanumeric characters in a field ?

1 Answers  


What are the 4 types of jdbc drivers?

1 Answers  


signature of init method?

2 Answers  


What is batch processing and how to perform batch processing in jdbc?

1 Answers  


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.

6 Answers  


Why prepared statements are faster?

1 Answers  


What is setautocommit in jdbc?

1 Answers  


What is the difference between executing, executequery, executeupdate in jdbc?

1 Answers  


which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.

2 Answers   TCS,


Is jdbc part of j2ee?

1 Answers  


What are different parts of a url?

1 Answers  


Categories