What do you mean by persistent and non persistent objects?



What do you mean by persistent and non persistent objects?..

Answer / hrpynux@gmail.com

Persistent refers to an object's ability to transcend time or space. A persistent object stores/saves its state in a permanent storage system with out losing the information represented by the object. A non-persistent object is said to be transient or ephemeral.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

what are the iterator and generic algorithms.

0 Answers  


Can we specify variable field width in a scanf() format string? If possible how?

0 Answers  


What is the cout in c++?

0 Answers  


Explain the isa and hasa class relationships. How would you implement each?

0 Answers  


Explain the different access specifiers for the class member in c++.

0 Answers  






Why should we use null or zero in a program?

0 Answers  


What are the basics concepts of OOPS?

1 Answers  


What does return 0 do in c++?

0 Answers  


Why isn't sizeof for a struct equal to the sum of sizeof of each member?

0 Answers  


What is cout flush?

0 Answers  


What is the difference between a pointer and a link in c ++?

0 Answers  


Explain selection sorting?

0 Answers  


Categories