Professor White wrote a ___ report yesterday.
A. two-thousand-words
B. two-thousands-word
C. two-thousand-word
D. two-thunsands-words
查看答案
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的预编译。(答案字母按规范区分大小写)