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
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
How an object is serialized in java?
What is the difference between the file and randomaccessfile classes?
What is the use of a copy constructor?
Why we go for collections in java?
How list contains works in java?
What is the instance of an object?
What is keyword in oop?
What is the difference between C++ and Java and your preferences?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
Do you need to import math in java?
Can we override a variable in java?
How do you reverse a string in java without using string buffer?
What are the types of methods in java?
Tell us something about set interface.