Which JDBC driver is considered the most efficient and is generally recommended for use in JDBC applications?

Choose the correct answer

Explanation

Among the JDBC drivers, the Type-4 driver is the most efficient because it is a pure Java driver that communicates directly with the database, eliminating the need for native libraries or middleware. This makes it the preferred choice for JDBC applications.

Which JDBC driver is considered the most efficient a… — Java concepts and its programming | PakQuizHub