How many types of JDBC drivers are there and what are they?

Answers were Sorted based on User's Feedback



How many types of JDBC drivers are there and what are they?..

Answer / harish

JDBC drivers are divided into four types.
1. JDBC-ODBC bridge.
2. Native API Partly Java Driver.
3. JDBC Net pure Java Driver
4. Native Protocol Pure Java Driver.

Is This Answer Correct ?    20 Yes 3 No

How many types of JDBC drivers are there and what are they?..

Answer / vijay

yes ur crct

Is This Answer Correct ?    6 Yes 4 No

Post New Answer

More JDBC Interview Questions

What is the exception thrown by JDBC ?

7 Answers  


Explain the difference between rowset vs. Resultset in jdbc?

0 Answers  


What are types of jdbc drivers?

0 Answers  


What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.

0 Answers  


What is SQL Warning? How to retrieve SQL warnings in the JDBC program?

0 Answers  






Does jdbc use odbc?

0 Answers  


Why did my jdbc code throw a rollback sqlexception?

0 Answers  


How can you create jdbc statements?

0 Answers  


What is de-normalization?

1 Answers  


Does the JDBC-ODBC Bridge work with Microsoft J++?

0 Answers  


Which type of JDBC driver is the fastest one?

0 Answers  


Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?

0 Answers  


Categories