What is a Persistent, Transient Object?

Answers were Sorted based on User's Feedback



What is a Persistent, Transient Object?..

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

What is a Persistent, Transient Object?..

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

Post New Answer

More OOAD Interview Questions

What is the practical implementation of inner classes?

0 Answers  


What's the main difference between arraylist / hashmap and vector / hashtable?

0 Answers  


What is serialization? How do we implement serialization actually?

0 Answers  


Can we use static method definitions in interfaces?

0 Answers  


What is polymorphism and abstraction?

0 Answers   Agilent, Integreon, ZS Associates,


What is the difference between class inheritance and interface inheritance?

0 Answers  


why do requirements change so much? after all, don't people know what they want?

0 Answers   Satyam,


Can an interface inherit from another interface?

0 Answers  


What does it mean that a method or class is abstract?

0 Answers  


What are the properties that are defined in an object model?

0 Answers  


What is the use of ‘finalize’?

0 Answers  


What are the four important foundation concepts of OOP ?

0 Answers   Wipro,


Categories