首页
JDBC操作中,批量执行SQL语句的方法是?
2024-01-20 20:41:09
单选题
JDBC操作中,批量执行SQL语句的方法是?
A.executeUpdate()
B.executeQuery()
C.addBatch()
D.executeBatch()
正确答案是D
上一篇:
对Statement对象的executeUpdate方法说法不对的是?
下一篇:
String s = "zhangsan"; String s1 = new String("zhangsan");