What the difference is between execute, execute Query, execute Update?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the size of string?

0 Answers  


Does it matter in what order catch statements for filenotfoundexception and ioexception are written?

0 Answers  


4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (

0 Answers  


diff b/w sleep(1000) and wait(1000)?

4 Answers   Huawei,


Which collection is ordered in java?

0 Answers  






How will you serialize a singleton class without violating singleton pattern?

0 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


which method throws exception of type Throwable

2 Answers  


What are the types of strings?

0 Answers  


What is thin driver and thick driver. why it is called so?

2 Answers   Logisoft,


Is null a string?

0 Answers  


What is polymorphism in java? What are the kinds of polymorphism?

0 Answers  


Categories