Answer Posted / mahendran a
It is about what happens when the application is shutdown
and started again.
Persistent - These objects are stored during shutdown and
recreated when application is started again or when necessary.
Transient - Can not survive after application ends.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Describe the Diamond problem. Where does this problem occur?
Can encapsulation be called as a security device?
Can you explain primordial class loader?
What is the difference between oop and sop?
How many methods are there in the serializable interface?
When will you use an interface and abstract class?
Can different parts of a partial class inherit from different interfaces?
Why is class hierarchies managed in object-oriented programming?
Can we override a method by using same method name and arguments but different return types?
Why we use oops concepts? What is its advantage?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
What are the Differentiate between abstraction and encapsulation.
What is difference between class and interface?
What is overriding?
What is data abstraction? what are the three levels of data abstraction with Example?