网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
Statement是PreparedStatement的父接口。Statement对象用于执行不带参数的简单SQL语句;PreparedStatement对象用于执行预编译SQL语句。()

此题为判断题(对,错)。


参考答案

更多 “ Statement是PreparedStatement的父接口。Statement对象用于执行不带参数的简单SQL语句;PreparedStatement对象用于执行预编译SQL语句。() 此题为判断题(对,错)。 ” 相关考题
考题 JDBC中,Statement可以用于执行不带参数的简单SQL语句。()

考题 下列选项中,关于Statement描述错误的是()A.Statement是用来执行SQL语句的B.Statement是PreparedStatement的子接口C.获取Statement实现需要使用Connection的createStatement()方法D.PreparedStatement能使用参数占位符,而Statement不行

考题 10、Statement接口继承了PreparedStatement接口,用来执行预编译的SQL语句。

考题 JDBC提供3个接口来实现SQL语句的发送,其中执行简单不带参数SQL语句的是()。A.DriverStatement类B.PreparedStatement类C.CallableStatement类D.Statement类

考题 JDBC中的Statement适用于执行简单的、不带参数的SQL语句。()

考题 下列选项中,关于Statement描述错误的是()A.Statement是用来执行SQL语句的B.Statement是PreparedStatement的子接口C.获取Statement实现需要使用Connection的createStatement()方法D.PreparedStatement能使用参数占位符,而Statement不行

考题 ()接口继承了Statement接口,用来执行预编译的SQL语句。

考题 3.下列选项中,关于Statement描述错误的是() A: Statement是用来执行SQL语句的 B: Statement是PreparedStatement的子接口 C: 获取Statement实现需要使用Connection的createStatement()方法 D: PreparedStatement能使用参数占位符,而Statement不行A.A B C DB.A B C DC.A B C DD.A B C D

考题 JDBC提供3个接口来实现SQL语句的发送,其中执行简单不带参数SQL语句的是()。A.Statement类B.PreparedStatement类C.CallableStatement类D.DriverStatement类