why we use merge option in hybernate pls give a ex snippet
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between super class & sub class?
why string constant pool in java
When throw keyword is used?
can you program for reverse string?
Which collection is best for sorting in java?
What is final?
what are Hostile Applets?
Which api is provided by java for operations on set of objects?
what are the disadvantages of indexes in oracle?
0 Answers 3i Infotech, Wells Fargo,
using equals method overriding which objects are compared?i.e same class objects or other class objects?Explain me.
why operator overloading is removed in java?
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; } }