What do you mean by persistent and non persistent objects?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can c++ do everything c can?

601


What are vtable and vptr?

616


What are the two types of polymorphism?

591


What is the type of this pointer in c++?

632


What does n mean in c++?

632






Is c++ a high level language?

548


Is java made in c++?

583


What is implicit conversion/coercion in c++?

652


Which of the following is evaluated first: a) && b) || c) !

1805


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

741


What is c++ course?

579


Why is it necessary to use a reference in the argument to the copy constructor?

631


Can non-public members of another instance of the class be retrieved by the method of the same class?

610


What is a linked list in c++?

546


Explain the purpose of the keyword volatile.

635