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 are the advantages of java over C++?
Can we declare an array without size in java?
Tell me how many ways are there to initialise an integer with a constant.
Give few examples of final classes defined in Java API?
Can we increase size of array?
what is a thread pool in java and why is it used?
What are the four corner stones of oop?
What are the parts of methodology?
What is the difference between state-based unit testing and interaction-based unit testing?
What is double data type?
Can a class extend more than one class?
What are the types of java languages?
What are the special characters?
Why java is secure? Explain.
What mechanism does java use for memory management?