what is difference between excute query ()and execute update
()?
Answer Posted / ashwani
execute query() returns a single resultset object.
exceute update() excecutes the insert, update and the delete
operation of the sql statement.This returns the integer
value or say the number of record affected by the SQL
statement execution.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
When will we use them?
how is final different from finally and finalize in java?
What are the elements of java?
Explain about data types?
how its run?
Difference between notify() method and notifyall() method in java?
Why java doesn’t support multiple inheritances?
How would you format a date in java? I.e. In the ddmmyyy format?
Is string is a data type?
What is a lightweight component?
What is the difference between compare and compareto in java?
What are the different types of java?
What are multiple inheritances?
What is the meaning of flag day?
What is casting in java programming?