Multiple choice

Which of the following JDBC (Java database Connectivity) drivers is known as Database-Protocol Driver?

  1. Type-1 driver

  2. Type-2 driver

  3. Type-3 driver

  4. Type-4 driver

  5. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is also known as Database-Protocol Driver and it converts JDBC calls directly to the vendor-specific protocol without any middleware software like in Type-3 driver.