Multiple choice technology programming languages

JDBC stands for Java Database Connection

  1. True

  2. False

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

JDBC stands for Java Database Connectivity, not Java Database Connection. The 'Connectivity' vs 'Connection' distinction makes the statement false. JDBC is a Java API that defines how a client may access a database, specifically relational databases.