Basic and Advance Programming Question:

Differentiate persistent & non-persistent programming objects?

Tweet Share WhatsApp

Answer:

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. By default objects are considered as non-persistent.

Download Programming PDF Read All 34 Programming Questions
Previous QuestionNext Question
What do you meant by active and passive objects?What is meant by software development method?