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 are the restriction imposed on a static method or a static block of code?
What is deserialization?
What is string [] java?
What is thread pool? How can we create thread pool in java?
Can we nested try statements in java?
How does system arraycopy work in java?
Write a program to calculate factorial in java?
How do you add spaces in java?
Can a source file contain more than one class declaration?
List types of storage classes in java?
Is ruby built on java?
How is abstraction implemented in java ?
What is the Difference between Final Class && Abstract Class?
How many days will it take to learn java?
What do you mean by ordered and sorted in collections in java?