A. execute() B. close() C. executeUpdate() D. executeQuery()
A. ResultSet B. int C. Boolean D. Result
A. 1 B. 0 C. -1 D. 2
A. PreparedStatement继承了Statement B. PreparedStatement 可以有效的防止SQL注入 C. PreparedStatement不能用于批量更新的操作 D. PreparedStatement可以存储预编译的Statement,从而提升执行效率
A. jdbc:mysql://localhost/company B. jdbc:mysql://localhost:3306:company C. jdbc:mysql://localhost:3306/company D. jdbc:mysql://localhost/3306/company
A. 对 B. 错