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 the difference between a class and an object?
Can you instantiate an abstract class and what is an inner class?
0 Answers Flextronics, Tavant Technologies, Virtusa,
Can we access interface static method using interface references?
What are the interfaces you used in beans?
What is the abstract method modifier?
What is diamond inheritance problem? How java 8 solves this problem?
What is data encapsulation and what is its significance?
Can an interface contain fields?
Can link and Association applied interchangeably?
What are the features that are provided to make a program modular?
What is a subclass?
What is the difference between function overloading and over riding?