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
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
What are the functions of the jdbc connection interface?
What are the different types of statements in jdbc?
password, is stored in as plain text. What can I do to protect my passwords?
Compare jdbc and odbc and how is jdbc required in this context.
What is difference between statement and preparedstatement in jdbc?
Result set’s index starts with 0 or 1?
What is the purpose of jdbc resultset interface?
How to use JDBC API to call Stored Procedures?
What are the types of jdbc drivers that exist?
What is namedparameterjdbctemplate?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
How can you retrieve data from the resultset using jdbc?
What happens if we don't close the connection in jdbc?
What does jdbc stand for?