题目内容

JDBC的驱动类型有( )种

A. 2
B. 3
C. 4
D. 5

查看答案
更多问题

下面选项中,用于将参数化的SQL语句发送到数据库的方法是( )

A. prepareCall(String sql)
B. prepareStatement(String sql)
C. statement(String sql)
D. createStatement()

以下关于statement的用法,错误的是( )

A. statement.execute(sql)
B. statement.executeUpdate(sql)
C. statement.executeQuery(sql)
D. statement.executeSQL(sql)

Statement提供的子接口_____可以实现SQL的预编译。(答案字母按规范区分大小写)

ResultSet接口中定义了大量的getXXX()方法,如果使用字段的索引来获取指定的数据,字段的索引是从_____开始的。

答案查题题库