what is difference between excute query ()and execute update
()?

Answer Posted / mano

execute query() used in select operation.
execute update() is used in delete, update and insert
operations.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does string mean in java?

627


What will be the output of round(3.7) and ceil(3.7)?

674


Explain Basics of OOP Language in java

586


Why can't you declare a class as protected?

594


Explain abstract class in java?

552






What is the difference between logical data independence and physical data independence?

531


What is finalize()? Is finalize() similar to a destructor?

537


Can we use switch statement with strings?

615


What do you mean by scope of variable?

479


What is parse method?

532


What is the list interface in java programming?

580


What is a lightweight component?

588


What are the different access modifiers available in java?

557


Explain about the performance aspects of core java?

548


Difference between final and effectively final ? Why is effectively final even required ?

549