what is difference between excute query ()and execute update
()?
Answer Posted / ashwani
execute query() returns a single resultset object.
exceute update() excecutes the insert, update and the delete
operation of the sql statement.This returns the integer
value or say the number of record affected by the SQL
statement execution.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the meaning of course?
Is heap stored in ram?
What is difference between Heap and Stack Memory?
What is bufferedwriter?
Can an interface have a class?
Can a main method be declared final?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What do negative exponents mean?
How can we make a class singleton?
What are selection structures?
What is difference between path and classpath in java?
Can we return null in java?
What is locale?
What do you know about the garbage collector in java?
What is file in java?