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

Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,


What is main function in c++ with example?

0 Answers  


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

0 Answers  


Disadvantages of c++

8 Answers   HCL,


Should a constructor be public or private?

0 Answers  


What is a class template in c++?

0 Answers  


What is math h in c++?

0 Answers  


When do we run a shell in the unix system?

0 Answers  


What is abstraction c++?

0 Answers  


What is the auto keyword good for in c++?

0 Answers  


What happens if an exception is throws from an, object's constructor and object's destructor?

4 Answers   Wipro,


What is the use of object in c++?

0 Answers  


Categories