JDBC操作中,批量执行SQL语句的方法是?

JDBC操作中,批量执行SQL语句的方法是?

A.executeUpdate()

B.executeQuery()

C.addBatch()

D.executeBatch()

正确答案是D