0 votes
in JAVA by

Write the types of JDBC drivers in Java?

1 Answer

0 votes
by

Below are the types of JDBC drivers in Java:

• Thin driver (fully java driver)

• JDBC-ODBC bridge driver

• Native-API driver (partially java driver)

• Network Protocol driver (fully java driver)

Related questions

0 votes
asked Dec 31, 2023 in Hibernate by Robindeniel
0 votes
asked May 25, 2020 in JAVA by Robindeniel
...