Type IV JDBC driver is a driver

2017

Type IV JDBC driver is a driver

  1. A.

    which is written in C++

  2. B.

    which requires an intermediate layer

  3. C.

    which communicates through Java sockets

  4. D.

    which translates JDBC function calls into API not native to DBMS

Attempted by 34 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.

Explore the full course: Isro