What is a Persistent, Transient Object?
Answer Posted / sarin
Persistent objects are on this heap, while transient
objects are in the transient memory. Transient and
persistent objects can access each other mutually.
Accessing a persistent object leads to loading the object
into the transient heap. It it is not accessed from
transient objects any more, it will be written back to the
persistent heap. A transient object becomes persistent as
soon as it can be reached from a persistent root
| Is This Answer Correct ? | 18 Yes | 34 No |
Post New Answer View All Answers
What are the roles played by wrappers in uml?
What do you understand by relationships in uml?
What are the advantages of creating a model?
What relations are there between the Class Diagrams and Domain models.
What is class diagram?
Explain about executable UML?
What do you mean by focus of control?
Explain about dynamic diagrams?
How do you create a use case diagram in UML?
What is Composite Structure Diagram in UML?
What are the static diagrams in UML?
What is state machine diagram in UML?
What is state transition diagram in UML?
What is modeling? What are the advantages of creating a model?
what the latest software develoment Methodologies?