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
What is meant by final class?
What is a vector in java?
Difference between vector and arraylist.
What is the difference between object oriented programming language and object based programming language?
Which is the best sorting technique in java?
How can I become a good programmer?
Can we have try block without catch block?
What is the use of generics? When was it added to the Java development Kit?
What is computer compiler?
What is the escape character in java?
How does split work in java?
Difference between string, string builder, and string buffer?
How are destructors defined in java?
What are JVM.JRE, J2EE, JNI?
What is type parameter in java?