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 jdbc connection?
What is jdbc thin client in oracle?
Is jdbc a web technology?
What are types of jdbc drivers?
What is connection commit?
What are different parts of a url?
What is the benefit of having jdbcrowset implementation?
What is the use of jdbc api?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is jdbc connection class?
What are the factors that the jdbc driver performance depends upon?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Describe odbc?
What are the different types of statements? How we can you use preparedstatement.
What is jdbc architecture in java?