Multiple choice technology programming languages Which type of driver provides JDBC access via one or more ODBC drivers? Type 1 driver Type 2 driver Type 3 driver Type 4 driver Reveal answer Fill a bubble to check yourself A Correct answer Explanation Type 1 JDBC drivers are JDBC-ODBC bridges that translate JDBC calls into ODBC calls, relying on native ODBC drivers. Type 2 uses native database APIs, Type 3 uses a middleware server, and Type 4 is a pure Java direct-to-database driver.