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
Why should we use null or zero in a program?
What do you mean by stack unwinding in c++?
What are friend functions in C++?
Which is best ide for c++?
What is the advantage of c++ over c?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
If a function doesn’t return a value, how do you declare the function?
What is the difference between public and private data members?
Explain the uses oof nested class?
Write a Program to find the largest of 4 no using macros.
Why is main function important?
Is map ordered c++?
What is c++ runtime?
Explain differences between new() and delete()?
How java is different from c and c++?