JDBC API扣用来执行SQL语句的对象是——。
A、
DriverManager
B、
Statement
C、
Connection
D、
ResultSet
【正确答案】
B
【答案解析】
解析:JDBC API中用来执行SQL语句的对象是Statement。
提交答案
关闭