市场专门化指企业生产同种产品满足不同顾客的需求。( )
查看答案
若要调用存储过程,则应使用的语句对象是()。To call a stored procedure, the statement object we should use is ().
A. Statement
B. CallableStatement
C. PreparedStatement
D. ProcedureStatement
executeUpdate()方法的返回值类型是()。The return value type of the executeupdate() method is().
A. int
B. ResultSet
C. void
D. String
调用executeQuery()方法后将返回一个结果集,此时游标指向()。After calling the executeQuery () method, a result set will be returned, and the cursor points to ( ).
A. 最后一条记录the last record
B. 第一条记录之后after the first record
C. 第一条记录the first record
D. 第一条记录之前before the first record.、
JDBC中,用于表示数据库连接对象的是()。In JDBC, the object used to represent a database connection is ().
A. Connection
B. DBConnection
C. DataBaseConnection
D. Conn