Java / JDBC
Which is the pure Java driver among the 4 types of JDBC Driver?
Thin driver or Type 4 driver is the pure Java driver as it is completely implemented using Java.
JDBC is a Java module and having the driver implemented in Java makes it easier to invoke methods directly without any additional translations.
More Related questions...