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

How to define an interface?

0 Answers  


What are a base class, subclass, and superclass?

0 Answers  


Comment: C++ "includes" behavior and java "imports"

1 Answers   Protech,


Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?

0 Answers  


What is a virtual function?

0 Answers  


What is static polymorphism?

0 Answers  


What are the features of encapsulation ?

0 Answers  


What is the main difference between a class and an object?

0 Answers  


Explain the purpose of composition.

0 Answers  


When do you prefer to use composition than aggregation?

1 Answers   InfoAxon Technologies, Protech,


Why use oops?

0 Answers  


what is meant by "method-wars"?

2 Answers   BirlaSoft,


Categories