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
Explain about column name and getter method?
Why do we need jdbc driver?
What are the packages are used in jdbc?
Why are we using blob datatypes in jdbc?
What are common JDBC Exceptions?
List some new features available in jdbc 4.0?
How we store procedure in oralce for callable statements in jdbc
How many categories of jdbc drivers are there?
How do you insert images into database using jdbc?
Which jdbc drivers will run your program?
What is jdbc odbc connection?
How to check jdbc driver version in sql server?
What is resultsetmetadata?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
How can you make the connection using jdbc?