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 |
What is multiple inheritance? How java 8 supports multiple inheritance?
what is virtual function and pure virtual function ?
What is the difference between aggregation and composition?
What is single and multiple inheritance?
What is the use of ‘finalize’?
What is dynamic or run time polymorphism?
Can a function be overloaded based on return types?
Why is class hierarchies managed in object-oriented programming?
What is the base type from which all structs inherit directly?
Explain about the analysis phase?
What are different types of arguments?
Differentiate between a class and a method.