Differentiate persistent & non-persistent objects in programming?
Submitted by: AdministratorPersistent 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.
Submitted by: Administrator
A non-persistent object is said to be transient or ephemeral. By default objects are considered as non-persistent.
Submitted by: Administrator
Read Online Programming Job Interview Questions And Answers
Top Programming Questions
☺ | Who were the three famous amigos and what was their contribution to the object community? |
☺ | Can a method be overloaded based on different return type but same argument type in programming? |
☺ | If a class is declared without any access modifiers, where may the class be accessed? |
☺ | What are the advantages of OOPL in a programming language? |
☺ | What is meant by “method-wars” in Programming? |
Top Coding/Programming Categories
☺ | Python Interview Questions. |
☺ | OOP Interview Questions. |
☺ | Software engineering Interview Questions. |
☺ | PHP Interview Questions. |
☺ | VBA (Visual Basic for Applications) Interview Questions. |