ISRO | ISRO CS 2017 | Question 14
Type IV JDBC driver is a driver
(A) which is written in C++
(B) which requires an intermediate layer
(C) which communicates through Java sockets
(D) which translates JDBC function calls into API not native to DBMS
Answer: (C)
Explanation: JDBC type 4 driver,works directly by connecting to the database server through socket connections and converts JDBC calls to vendor-specific database protocols.These drivers don’t require any intermediate layer.
So, option (C) is correct.
Quiz of this Question
Please Login to comment...