下列选项中,能够创建CallableStatement对象的方法是( )(单选)
A.createStatement()
B.prepareStatement()
C.prepareCall()
D.createCallableStatement()
正确答案是C