What is a Persistent, Transient Object?
Answers were Sorted based on User's Feedback
Answer / priyadharshini.m
Persistent object is one which is stored even after the
creator of the object ceases to exist whereas transient
object only exist till the creator exists and not stored
permanently
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / 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 |
What is the practical implementation of inner classes?
What's the main difference between arraylist / hashmap and vector / hashtable?
What is serialization? How do we implement serialization actually?
Can we use static method definitions in interfaces?
What is polymorphism and abstraction?
0 Answers Agilent, Integreon, ZS Associates,
What is the difference between class inheritance and interface inheritance?
why do requirements change so much? after all, don't people know what they want?
Can an interface inherit from another interface?
What does it mean that a method or class is abstract?
What are the properties that are defined in an object model?
What is the use of ‘finalize’?
What are the four important foundation concepts of OOP ?