what is difference between excute query ()and execute update
()?
Answer Posted / mano
execute query() used in select operation.
execute update() is used in delete, update and insert
operations.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How are multiple inheritances done in Java?
What do you understand by final value?
What are parameters in a method?
Does list maintain insertion order java?
How do you convert an int to a double in java?
Explain the difference between map and flatmap stream operation?
What is thread start?
How finally used under exception handling?
What is the base class in java from which all classes are derived?
Can we declare the main method of our class as private?
Difference between string, stringbuffer and stringbuilder?
Write a program to find maximum and minimum number in array?
What are wrapped classes in java programming?
define polymorphism in java
Why are global variables used?