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

题目内容 (请给出正确答案)

Statement接口的execute ()方法的返回类型是int型。


参考答案和解析
更多 “Statement接口的execute ()方法的返回类型是int型。” 相关考题
考题 设有定义语句 int(*f)(int);, 则以下叙述正确的是A)f 是基类型为 int 的指针变量B)f 是指向函数的指针变量,该函数具有一个 int 类型的形参C)f 是指向 int 类型一维数组的指针变量D)f 是函数名,该函数的返回值是基类型为 int 类型的地址

考题 使用Command的()方法可以检索数据并将结果返回给Data Reader。 A.Execute ReaderB.Execute ScalarC.Execute NonQueryD.Execute Query

考题 设有定义语句int (*f)(int);,则以下叙述正确的是A.f是基类型为int的指针变量B.f是指向函数的指针变量,该函数具有一个int类型的形参C.f是指向int类型一维数组的指针变量D.f是函数名,该函数的返回值是基类型为int类型的地址

考题 Statement对象的两个常用方法是execute()和executeQuery()。() 此题为判断题(对,错)。

考题 若函数声明为int*fun(),则该函数的返回值类型为()。 A.整数型B.字符型C.逻辑型D.整数指针型

考题 若主调用函数类型为double,被调用函数定义中没有进行函数类型说明,而return语句中的表达式类型为float型,则被调函数返回值的类型是()。A.int型B.float型C.double型D.由系统当时的情况而定

考题 语句int(*ptr)的含义是( )。A.ptr是一个返回值为int的函数B.ptr是指向int型数据的指针变量C.ptr是指向函数的指针,该函数返回一个int型数据D.ptr是一个函数名,该函数的返回值是指向int型数据的指针

考题 语句int(*ptr)()的含义是( )。A.ptr是一个返回值是int的函数B.ptr是指向int型数据的指针变量C.ptr是指向函数的指针,该函数返回一个int型数据D.ptr是一个函数名,该函数的返回值是指向int型数据的指针

考题 String类的IndexOf()方法返回的类型是() A.Int16B.Int32C.intD.long

考题 消息框MessageBox的Show方法的返回值是()类型。 A、DialogResultB、BorderStyleC、stringD、int

考题 下列()方法是Statement对象所具有的方法。A、executeQuery()B、executeUpdate()C、execute()D、createStatement()

考题 声明一个参数为int型,返回值为long型的函数指针;声明类A的一个成员函数指针,其参数为int型,返回值long型。

考题 String类的IndexOf()方法返回的类型是()A、Int16B、Int32C、intD、long

考题 Statement接口中的execute Query(String sql)方法返回的数据类型是()A、Statement接口实例B、Connection接口实例C、Database Meta Data类的对象D、Result Set类的对象

考题 组件的getBounds()方法返回值的类型是哪项?()A、DimensionB、RectangleC、PointD、int[]

考题 接口名可以作为方法返回值的类型。

考题 在JDBC应用程序中,使用Statement接口的()方法,执行查询语句,并可返回结果集。A、execute()B、close()C、executeUpdate()D、executeQuery()

考题 window对象的open方法返回的是()。A、返回打开新窗口的对象B、boolean类型,表示当前窗口是否打开成功C、没有返回值D、返回int类型的值,开启窗口的个数

考题 对方法声明中的错误代码:function Add(int i1,int i2)分析正确的是()A、参数不能指定数据类型B、没有指定返回类型C、没有指定访问D、Function不是方法声明的关键字

考题 Action类的execute方法返回()的对象。A、ActionB、NullC、HttpServletResponseD、ActionForward

考题 单选题window对象的open方法返回的是()。A 返回打开新窗口的对象B boolean类型,表示当前窗口是否打开成功C 没有返回值D 返回int类型的值,开启窗口的个数

考题 单选题在JDBC应用程序中,使用Statement接口的()方法,执行查询语句,并可返回结果集。A execute()B close()C executeUpdate()D executeQuery()

考题 单选题在Struts中execute方法返回()对象。A nullB forwardC ActionForwardD response

考题 单选题View the Exhibit and examine the structure of the ORDERS and ORDERJTEMS tables.  Evaluate the following SQL statement:   SELECT oi.order_id, product_jd, order_date   FROM order_items oi JOIN orders o   USING (order_id);   Which statement is true regarding the execution of this SQL statement?()A  The statement would not execute because table aliases are not allowed in the JOIN clause.B  The statement would not execute because the table alias prefix is not used in the USING clause.C  The statement would not execute because all the columns in the SELECT clause are not prefixed with table aliases.D  The statement would not execute because the column part of the USING clause cannot have a qualifier in the SELECT list.

考题 判断题接口名可以作为方法返回值的类型。A 对B 错

考题 单选题对方法声明中的错误代码:function Add(int i1,int i2)分析正确的是()A 参数不能指定数据类型B 没有指定返回类型C 没有指定访问D Function不是方法声明的关键字

考题 单选题组件的getBounds()方法返回值的类型是哪项?()A  DimensionB  RectangleC  PointD  int[]

考题 单选题Statement接口中的execute Query(String sql)方法返回的数据类型是()A Statement接口实例B Connection接口实例C Database Meta Data类的对象D Result Set类的对象