what is difference between excute query ()and execute update
()?
Answer Posted / vikneswarank
excuteQuery() its method used perform select query and
delete query return ResultSet object.
excuteUpdate() used to perform DML operation return type
int
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is == and === in javascript?
What is a variable declaration?
What are green threads in java?
Define an enumeration?
What does indexof mean?
How are java objects passed to a method and what are native methods?
Why is static used?
What is factor r?
what is the final keyword denotes in java?
What is the impact of declaring a method as final?
What is static synchronization?
Can we create an object of private class?
What is bean? Where it can be used?
What is static variable with example?
How many types of methods are there?