题目内容

(4-5)PreparedStatement接口的executeUpdate方法能够执行()。

A. insert
B. select
C. delete
D. update

查看答案
更多问题

(4-5)PreparedStatement接口采用()方式,它的执行性能高于Statement接口。

(4-5)在JDBC编程中,()对象提供了调用数据库存储过程的方法。

(4-5)由于PreparedStatement对象已预编译,所以其执行速度要快于Statement对象。

A. 对
B. 错

(4-5)说明Statement对象、PreparedStatement对象和CallableStatement对象的区别。

答案查题题库