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 are the limitations of inheritance?

0 Answers  


What is constructor and virtual function? Can we call virtual funciton in a constructor?

0 Answers  


What is dynamic or run time polymorphism?

0 Answers  


What is difference between class and interface?

0 Answers  


If a class inherits an interface, what are the 2 options available for that class?

0 Answers  






What is a Persistent, Transient Object?

2 Answers   Protech,


How do I make sure that an object is released in code such as a connection or file object?

0 Answers   MindCracker,


Explain about object oriented databases?

0 Answers  


What are the problems faced by the developer using object oriented programming language?

0 Answers  


Explain about abstraction?

0 Answers  


What are sealed modifiers?

0 Answers  


Difference: Sequence Diagrams, Collaboration Diagrams ?

2 Answers   Protech,


Categories