中国大学MOOC: 使用PreparedStatement比Statement更安全一些。
举一反三
- 使用PreparedStatement比Statement更安全一些。
- 使用PreparedStatement比Statement更安全一些。
- 使用PreparedStatement比Statement更安全一些。 A: 正确 B: 错误
- PreparedStatement是Statement的子接口,使用PreparedStatement要比使用Statement性能更高。
- 中国大学MOOC: 3.下列选项中,关于Statement描述错误的是( )A: Statement是用来执行SQL语句的B: Statement是PreparedStatement的子接口C: 获取Statement实现需要使用Connection的createStatement()方法D: PreparedStatement能使用参数占位符,而Statement不行