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
Write about the various sections of the executable image?
Can a program run without main function?
Why is null pointer used?
How static variables and local variablesare similar and dissimilar?
What is an adaptor class or wrapper class in c++?
Why c++ is called oop?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What is this pointer in c++?
What is the main purpose of c++?
Who created c++?
What are the advantages of early binding?
What is low level language in simple words?
What is a rooted hierarchy?
Why is it called c++?
What is a singleton class c++?