DEVFYI - Developer Resource - FYI

Which type of JDBC driver is the fastest one?

JDBC Interview Questions and Answers


(Continued from previous question...)

Which type of JDBC driver is the fastest one?

JDBC Net pure Java driver(Type IV) is the fastest driver because it converts the jdbc calls into vendor specific protocol calls and it directly interacts with the database.

(Continued on next question...)

Other Interview Questions