Which of the following type of JDBC driver is the fastest one?
- JDBC-ODBC Bridge Driver
- Native API Partly Java Driver
- Network Protocol Driver
- JDBC Net Pure Java Driver (Type 4)
Answer
d. JDBC Net Pure Java Driver (Type 4)
Explanation:
JDBC Net pure Java driver (Type 4) is the fastest driver because it converts the JDBC calls into vendor-specific protocol calls and it directly interacts with the database.
Free Spring Boot Tutorial - 5 Hours Full Course
Watch this course on YouTube at Spring Boot Tutorial | Fee 5 Hours Full Course