What is the difference between stored procedure & function?


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

Post New Answer

More Core Java Interview Questions

What is the difference between instanceof and isinstance?

0 Answers  


What is an exception in java?

0 Answers  


what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


What is the main advantage of passing argument by reference?

0 Answers  


How do I print a “?

0 Answers  


What is style and indentation?

0 Answers  


What is the use of an interface?

3 Answers  


In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?

0 Answers  


Why is serialization required?

0 Answers  


what is anonymous class in java?

0 Answers  


How to extract HashMap values?

5 Answers   Marlabs,


Categories