Multiple choice

Which of the following technologies helps you to write Java applications that manage the activities, such as connecting to a data source, sending queries to the database, etc.?

  1. JDBC driver manager

  2. JDBC-ODBC bridge

  3. JDBC

  4. JDBC URL

  5. Transaction

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

JDBC helps you to write java applications that manage the activities such as connecting to a data source, sending queries to the database, etc.