Multiple choice technology programming languages

java.sql API is used for accessing and processing data stored in a data source (usually a relational database) using the Java programming language

  1. True

  2. False

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

The java.sql package provides JDBC interfaces for connecting to relational databases, issuing SQL statements, and processing result sets. This matches the definition, so the True option is correctly marked.