Moderate

Which driver is efficient and always preferable for using JDBC applications_____________?

Correct answer: D. Type-4 driver

  • A. Type-1 driver
  • B. Type-2 driver
  • C. Type-3 driver
  • D. Type-4 driver

Explanation

A Type-4 JDBC driver is written entirely in Java and communicates directly with the database, avoiding native libraries or an intermediate server. This usually makes it the preferred and most portable JDBC driver type.

Last updated

Practise Database Systems

49 free Database Systems MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions