Multiple choice

JDBC works on top of ODBC and then we have something called as ______________ to access the database.

  1. JDBC URL

  2. JDBC

  3. JDBC-ODBC bridge

  4. native-API partly-java driver

  5. execute()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

JDBC works on top of ODBC and then we have something called as a JDBC-ODBC bridge to access the database.