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

题目内容 (请给出正确答案)
在J2EE中对于PreparedStatement的方法setInt(inti,intx)描述正确的是()

A.使得第i个参数的值设为x

B.设置第i个参数,同时设置第x个参数

C.将第x个参数赋值为i

D.将第i个参数赋值为x


参考答案

更多 “ 在J2EE中对于PreparedStatement的方法setInt(inti,intx)描述正确的是() A.使得第i个参数的值设为xB.设置第i个参数,同时设置第x个参数C.将第x个参数赋值为iD.将第i个参数赋值为x ” 相关考题
考题 在J2EE中,以下关于得到ResultSet对象、PreparedStatement对象、CallableStatement对象的说法,正确的是()。 A.可以使用Statement对象的executeQuery方法返回ResultSet对象B.可以使用Connection对象的createStatement方法获得PreparedStatement对象C.可以使用Connection对象的prepareCall()方法获得CallableStatement对象D.可以使用Connection对象的executeQuery方法返回ResultSet对象

考题 在J2EE中,对于PreparedStatement的方法setInt(inti,intx)描述正确的是()。 A.使得第i个参数的值设为x;B.设置第i个参数,同时设置第x个参数;C.将第x个参数赋值为i;D.将第i个参数赋值为x;

考题 在J2EE中,以下对于EJB的类文件描述正确的是()。 A.Home接口放置可供客户使用的商业方法B.Remote接口放置可供客户使用的商业方法C.EJB类提供Bean的商业方法的实际实现D.当客户调用在Remote接口中被列出的相应的方法时,EJB类会被容器调用

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

考题 下面的描述正确的是什么?A.PreparedStatement继承自StatementB.Statement继承自PreparedStatementC.ResultSet继承自StatementD.CallableStatement继承自PreparedStatement

考题 【单选题】4.3 有一个类A,对于其构造方法的声明正确的是()。A.void A(int x){…}B.public A(int x){…}C.A A(int x){…}D.int A(int x){…}

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

考题 【单选题】有一个类A,对于其构造方法的声明正确的是()A.void A(int x){......}B.public A(int x){.......}C.A A(int x){......}D.int A(int x){......}

考题 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