Statement接口的executeUpdate(String sql


Statement接口的executeUpdate(String sql)返回值是int,它表示数据库中受该SQL语句影响的记录的数目。

A.正确

B.错误

正确答案是A