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

Explain colloboration

0 Answers  


What is the benefit of Composition over Inheritance?

0 Answers  


How to define an abstract class?

0 Answers  


What are the limitations of oops?

0 Answers  


Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?

0 Answers  






What is an abstraction?

0 Answers  


What is Overloading ? Is it similar to overriding ?

0 Answers   MCN Solutions,


What is meant by “abstract interface”?

0 Answers  


Differentiate between a class and a method.

0 Answers  


How can we restrict inheritance for a class so that no class can be inherited from it?

0 Answers  


What are the four phases of the Unified Process ?

8 Answers   Protech, Student,


What are abstract methods?

0 Answers  


Categories