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 odbc and jdbc drivers?
How to test jdbc connection to sql server?
What are the conditions applies to varchar variable, when using in procedures?
What is resultset?
What is new in JDBC 2.0?
Can I get a null resultset?
What are clob and blob data types in jdbc?
What are the new features available in jdbc 4.0?
Give steps to connect to the db using jdbc?
How many ways can you update a result set?
What is xe in oracle jdbc url?
How do I set properties for a JDBC driver and where are the properties stored?
How do I find jdbc version?
Prepared statements are faster. Why?
Is oracle client required for jdbc connection?