what is difference between excute query ()and execute update
()?
Answer Posted / gambhir
executeQuery() is used to perform DDL operation like
(create,alter) while executeUpdate() is used to perform DML
operation like (insert/update/delete).
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Are variables stored in ram?
What is purpose of applet programming?
What are keywords and reserved words in java?
Is a case study a method or methodology?
Explain about the performance aspects of core java?
Are strings immutable in java?
What is difference between hashset and hashmap?
What is the base class of all exception classes in java?
Explain the difference between an Interface and an Abstract class?
What is the difference between an argument and a parameter?
What is data object example?
Can interface be private in java?
What is meant by method?
Explain restrictions on using enum?
What classes of exceptions may be thrown by a throw statement?