Multiple choice general knowledge science & technology

JDBC

  1. Java Database Community

  2. Java Database Connectivity

  3. Java Development Connectivity

  4. Java Database Classes

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

JDBC stands for Java Database Connectivity, a Java API that defines how a client may access a database. It provides methods to query and update data in a database, and is oriented towards relational databases. The other options are fabricated or incorrect expansions.