使用Connection的()方法可以建立一个PreparedStatement接口。
A.createPrepareStatement()
B.prepareStatement()
C.createPreparedStatement()
D.preparedStatement()
正确答案是B