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 are mutable classes?
Does sprintf allocate memory?
Define an applet in java?
What are the topics in core java?
How many types of memory areas are allocated by jvm?
How do you allocate memory to object?
Explain reverse a linked list recursive java solution?
When parseint method can be used?
Is it possible for yielded thread to get chance for its execution again ?
How do you clear a method in java?
What is final keyword in java? Give an example.
What is java in layman terms?
Mention some interfaces implemented by linked list in java.
What is use of arraylist in java?
What classes of exceptions may be caught by a catch clause in java programming?