How many types of JDBC drivers are there and what are they?
Answers were Sorted based on User's Feedback
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 |
What does the jdbc connection interface?
How do you insert images into database using jdbc?
What is Type-4 Driver and when this driver is used?
Differentiate between stored procedure and functions?
Why isn't the java.sql.DriverManager class being found?
How to retrieve warnings in jdbc?
What is the use of the statement in jdbc?
What is addbatch jdbc?
What are the different types of modifiers?
How do I insert/update records with some of the columns having NULL value?
What type of driver you use in real-time projects?
Why resultset is used in java?