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 difference between synchronize and concurrent collection in java?

0 Answers  


What is the method overriding?

0 Answers  


how to pass the parameters to applets?

1 Answers  


What is Hierarchy of exception?

0 Answers   Amdocs,


What's the default access specifier for variables and methods of a class?

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


What is the difference between serial and throughput garbage collector?

0 Answers  


Why charat is used in java?

0 Answers  


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

0 Answers  


What is a method type?

0 Answers  


What is difference between hash mapping and hash table?

5 Answers   NDS, Wipro,


What are the types of collections in java?

0 Answers  


Categories