Answer Posted / bln
executeUpdate() method returns an int value. This int
value is no of rows updated by the given query. If no rows
update, then it returns zero.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a JDBC 2.0 DataSource?
What is jdbc and odbc?
What is encrypted connection?
What is the return type of execute, executequery and executeupdate?
Can I use JDBC to execute non-standard features that my DBMS provides?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What is the latest version of JDBC? What are the new features added in that?
Does jdbc require oracle client?
What is connection commit?
What are different parts of a url?
What is the JDBC?
Where is jdbc used?
How to make updates to updatable result sets in jdbc?
What is sqlwarning?
How do I find whether a parameter exists in the request object?