Kizspy | Question: 19
(Choose 1 answer)
What best describes a characteristic of a Type 4 (Thin Driver) JDBC driver?
A. It uses a pure Java driver to communicate with the database.
B. It relies on a native library provided by the database vendor.
C. It translates JDBC calls into the database-specific protocol and communicates with the database server
over a network.
D. It bridges JDBC calls to ODBC, which is then translated to the database-specific protocol.