Object-oriented analysis and design (OOAD) Question:
Download Questions PDF

Differentiate persistent & non-persistent objects?

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 OOAD Interview Questions And Answers PDF

Previous QuestionNext Question
What do u meant by SBI of an object?What are models and meta models?