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 is the difference between rely clause and guarantee?
How to backup active directory?
Can you tell us a few advantages of creating a model?
Define modeling in UML and it advantages.
What is profile diagram in UML?
What is a communication diagram in UML?
Is UML restrictive to system development?
Explain about composition?
Name 9 modeling diagrams that are frequently used?
What is class diagram?
What is collaboration diagram in UML?
What does state model represent?
What are the roles played by packages, modules and wrappers in uml?
What is an antipattern?
What are the three types of modeling in UML?