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 |
Which is better jpa or jdbc?
What is isolation level? How to set it?
what happens if connection is not closed?
What driver should I use for scalable Oracle JDBC applications?
What is the jdbc rowset?
Explain the two tier and three tier architecture of jdbc.
What happens if connection is not closed in jdbc?
When do we use execute method in java jdbc?
what is CallableStatement and what is its usage?
What are the differences between statement and preparedstatement interface?
What is the meaning of connection?
Briefly tell about the jdbc architecture.