DEVFYI - Developer Resource - FYI

How many types of JDBC Drivers are present and what are they?

JDBC Interview Questions and Answers


(Continued from previous question...)

How many types of JDBC Drivers are present and what are they?

There are 4 types of JDBC Drivers
Type 1: JDBC-ODBC Bridge Driver
Type 2: Native API Partly Java Driver
Type 3: Network protocol Driver
Type 4: JDBC Net pure Java Driver

(Continued on next question...)

Other Interview Questions