1.

Which JDBC driver is fastest and used more commonly?

Answer»

JDBC Net pure Java DRIVER(Type 4 driver) is the fastest driver for localhost and remote connections because it directly interacts with the DATABASE by converting the JDBC CALLS into vendor-specific protocol calls.



Discussion

No Comment Found