Multiple choice

JDBC stands for:

  1. Java Database Connectivity

  2. Java Database Components

  3. Java Database Control

  4. None of the above is correct

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

JDBC stands for Java Database Connectivity, which is the standard Java API for database-independent connectivity between the Java programming language and a wide range of databases. This API allows Java applications to execute SQL statements and retrieve results from any database that provides a JDBC driver.