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

RowSetInternal caller and returns void. What can I do in the readData method?

0 Answers  


Can we return resultset in java?

0 Answers  


all Java qts are imp ?

1 Answers   eBay,


How to create Connection interface object because it is Interface , Interface is not instansiated?

9 Answers   Aptech, CTS, HCL,


Is there another way of dealing with the result set that could execute faster?

0 Answers  






What is 2 phase commit?

0 Answers  


Explain some new features available in jdbc 4.0?

0 Answers  


How can I write to the log used by DriverManager and JDBC drivers?

0 Answers  


How can a java objects be stored in database?

3 Answers   IBM,


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

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  


What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?

0 Answers  


Categories