CallableStatement对象变量实例化,调用()方法执行数据库的存储过程。
A.execute()
B.executeQuery()
C.executeUpdate()
D.executeBatch()
正确答案是A