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 do you mean by operator overloading?

0 Answers   BirlaSoft,


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

0 Answers   MindCracker,


Explain the use of Vtable and what are the various problems to override the functions?

0 Answers   Ittiam Systems,


Explain what is object oriented programming language?

0 Answers  


Explain what you understand by function overloading.

0 Answers   TCS,






How do you prevent a class from being inherited by another class?

0 Answers  


What is the @functionalinterface annotation?

0 Answers  


Why dynamic loading is used in object-oriented programming?

0 Answers  


What is data encapsulation and what's its significance?

0 Answers  


Can an interface inherit from another interface?

0 Answers  


Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?

0 Answers  


Explain about Overloading vs Overriding ?

0 Answers  


Categories