ITPEC FE Morning October 2022 Question 19

Source exam: ITPEC FE Morning October 2022Topic: Databases

ITPEC FE Morning October 2022 — Question 19 of 80

JDBC (Java Database Connectivity) — standard Java API for database access.

JDBC is the standard API provided by Java for connecting to and querying relational databases.

Why not others:
- (a) HTML — markup language for web pages, unrelated to database access

- (b) Java VM — the runtime that executes Java bytecode, not a database API

- (d) SQL — a query language used within JDBC, not an API itself

Key rule: JDBC = Java's built-in database connectivity layer; it sends SQL queries and processes results through a standardized interface.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.