What the difference is between execute, execute Query, execute Update?
No Answer is Posted For this Question
Be the First to Post Answer
What is the access scope of a protected method?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
can we create object for static class in java
14 Answers IAP Company, IBM, Marlabs, mPortal, TCS,
What is the difference between checked exception and unchecked exception?
how and when compiler knows that the Java code throws the checked Exception.
If you are given the name of the function at run time how will you invoke the function?
What is mvc in java?
What are keywords and reserved words in java?
What will happen if we write code like: try{}catch(exception e)catch(IOException i)
What comes to mind when someone mentions a shallow copy in java?
what is difference between colection and collections?
25 Answers Amdocs, IBM, Infosys, Ipog Software, Polaris, Tech Mahindra,
Which is bigger float or double?