Difference between flush() and commit() in hibernate?
Answer Posted / ijaz ahmed
Great answer!
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is polymorphism java example?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Can you call a method in a method?
What do you understand by final value?
What is a line break?
Can we override tostring method in java?
why java uses class level type casting ?
What are the major advantages of internal iteration over external iteration?
What is string pool?
Are primitives objects?
What is array initialization in java?
what is the difference between preemptive scheduling and time slicing? : Java thread
What are three types of loops in java?
What is volatile keyword in java
Can inner class have constructor?