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 multiple inheritance? How java 8 supports multiple inheritance?

1 Answers  


what is virtual function and pure virtual function ?

1 Answers   Infosys,


What is the difference between aggregation and composition?

1 Answers  


What is single and multiple inheritance?

1 Answers  


What is the use of ‘finalize’?

1 Answers  


What is dynamic or run time polymorphism?

1 Answers  


Can a function be overloaded based on return types?

1 Answers   iNautix,


Why is class hierarchies managed in object-oriented programming?

1 Answers  


What is the base type from which all structs inherit directly?

1 Answers  


Explain about the analysis phase?

1 Answers  


What are different types of arguments?

1 Answers  


Differentiate between a class and a method.

1 Answers  


Categories