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

True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

0 Answers  


What is the object serialization?

0 Answers  


Can we use this pointer in a class specific, operator-overloading function for new operator?

0 Answers  


write a program to insert an element into an array

26 Answers   TCS,


How many characters are recognized by ANSI C++?

0 Answers   Hexaware, NIIT,






What is ios class in c++?

0 Answers  


How does java differ from c and c++?

0 Answers  


What are the different data types present in C++?

1 Answers  


What is == in programming?

0 Answers  


Name the operators that cannot be overloaded in C++?

0 Answers   Fidelity,


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

0 Answers  


Mention the purpose of istream class?

0 Answers  


Categories