In JDBC, which driver is commonly referred to as the thin driver?

Choose the correct answer

Explanation

The Type-4 driver in JDBC is known as the thin driver because it is a pure Java driver that directly communicates with the database via network protocols, eliminating the need for native database libraries.

In JDBC, which driver is commonly referred to as the… — Java concepts and its programming | PakQuizHub