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 |
Why are virtual users created?
What is a final variable?
Can you create an instance of an abstract class?
Why should project managers complete hard problems first in an OOSAD project?
Can you instantiate an abstract class and what is an inner class?
0 Answers Flextronics, Tavant Technologies, Virtusa,
What is function override?
Differentiate between data abstraction and encapsulation.
What is the default access specifier in a class definition?
Can we override a method by using same method name and arguments but different return types?
Can we override static methods? Why?
What is an interface?
What do you meant by "SBI" of an object?