当前位置:在线题库搜索>[单选题]在JDBC应用程序中,使用Statement接口的()方法,执行查询语句,并可返回结果集。的答案是什么?

问题:

[单选题]在JDBC应用程序中,使用Statement接口的()方法,执行查询语句,并可返回结果集。

A、execute()
B、close()
C、executeUpdate()
D、executeQuery()

参考答案: D