Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 executeQuery 而不是 executeUpdate 更新数据库中的数据有什么影响。
谢谢
executeQuery()返回 a ResultSet,您必须自己从中检索 int 结果。此外,您必须自己关闭并发布结果集。
executeQuery()
ResultSet