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
Are true and false keywords?
Explain about public and private access specifiers?
What is integer size in java?
What is the constructor?
How to print an arraylist in java?
What is the latest java version?
What do you understand by java virtual machine?
What is the maximum size of byte array in java?
Explain about the interpreter in java?
How can you say java is object oriented?
What is getkey () in java?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
Differentiate between run time error and syntax error.
Can we use string in the switch case?
What is a constructor, constructor overloading in java?