In JDBC, which driver is commonly referred to as the thin driver?
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.