在JDBC中,PreparedStatement比statement更为高效。() 此题为判断题(对,错)。
在JDBC中,PreparedStatement比statement更为高效。()
此题为判断题(对,错)。
相关考题:
在JDBC连接数据库编程应用开发中,利用()可以实现连接数据库。 A.Connection类B.PreparedStatement类C.CallableStatement类D.Statement
下列选项中,关于Statement描述错误的是()A.Statement是用来执行SQL语句的B.Statement是PreparedStatement的子接口C.获取Statement实现需要使用Connection的createStatement()方法D.PreparedStatement能使用参数占位符,而Statement不行
JDBC提供3个接口来实现SQL语句的发送,其中执行简单不带参数SQL语句的是()。A.DriverStatement类B.PreparedStatement类C.CallableStatement类D.Statement类
下列选项中,关于Statement描述错误的是()A.Statement是用来执行SQL语句的B.Statement是PreparedStatement的子接口C.获取Statement实现需要使用Connection的createStatement()方法D.PreparedStatement能使用参数占位符,而Statement不行
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类