What is a Persistent, Transient Object?
Answers were Sorted based on User's Feedback
Answer / priyadharshini.m
Persistent object is one which is stored even after the
creator of the object ceases to exist whereas transient
object only exist till the creator exists and not stored
permanently
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / mahendran a
It is about what happens when the application is shutdown
and started again.
Persistent - These objects are stored during shutdown and
recreated when application is started again or when necessary.
Transient - Can not survive after application ends.
Is This Answer Correct ? | 8 Yes | 1 No |
How to define an interface?
What are a base class, subclass, and superclass?
Comment: C++ "includes" behavior and java "imports"
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What is a virtual function?
What is static polymorphism?
What are the features of encapsulation ?
What is the main difference between a class and an object?
Explain the purpose of composition.
When do you prefer to use composition than aggregation?
1 Answers InfoAxon Technologies, Protech,
Why use oops?
what is meant by "method-wars"?