首页题目详情

JDBC的核心组件包括哪些?

题目配图
A.Driver, Connection, Statement, ResultSet
B.Driver, SQL, ResultSet, Query
C.Connection, Query, Result, Statement
D.Driver, SQL, API, Manager

优质解答

答案

A

解析

JDBC的核心组件包括Driver(数据库驱动)、Connection(数据库连接)、Statement(SQL执行)和ResultSet(查询结果)。

查看答案和解析

支付 ¥0.1 即可查看此题答案和详细解析

低至 ¥0.1 起

数据库原理与应用单选题中等AI生成