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 are the different types of statements?

4 Answers  


How we can you use preparedstatement.

0 Answers  


What is db client?

0 Answers  


how can we get the metaData (columnNames) from a table which has no Records..

2 Answers  


How can you load the drivers?

0 Answers  






What is sqlwarning?

0 Answers  


Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?

1 Answers   TCS,


What do you mean by database connection pooling?

0 Answers  


Which jdbc drivers will run your program?

0 Answers  


How do I insert/update records with some of the columns having NULL value?

0 Answers  


Explain different types of locks in jdbc?

0 Answers  


How do you determine the sensitivity of the ResultSet object?

0 Answers  


Categories