Type IV JDBC driver is a driver
2017
Type IV JDBC driver is a driver
Answer: C. which communicates through Java sockets — A Type IV JDBC driver is a pure Java driver that communicates directly with the database using network protocols like sockets. It eliminates the need for…
- 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
Attempted by 128 students.
Show answer & explanation
Correct answer: C
A Type IV JDBC driver is a pure Java driver that communicates directly with the database using network protocols like sockets. It eliminates the need for middleware or native code, offering high portability and ease of use.
Loading lesson…