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 an algorithm that determines whether or not an almost complete binary tree is a heap.
How do you compile the source code with your compiler?
What is function prototyping? What are its advantages?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What does it mean to declare a member function as virtual?
When must you use a pointer rather than a reference?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What is c++ redistributable?
What is c++ try block?
Where and why do I have to put the "template" and "typename" keywords?
Can you sort a set c++?
Explain the differences between list x; & list x();.
why is c++ called oops? Explain
What do the keywords volatile and mean mutable?
What things would you remember while making an interface?