Multiple choice Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge? Type 1 Type 2 Type 3 Type 4 Reveal answer Fill a bubble to check yourself A Correct answer Explanation The JDBC-ODBC bridge is classified as a Type 1 JDBC driver because it uses a native library (the ODBC driver) to bridge Java applications to databases. Type 1 drivers are JDBC-ODBC bridge drivers that translate JDBC calls into ODBC calls.