Answer Posted / 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 |
Post New Answer View All Answers
What is abstraction? How does it differ from encapsulation
How can we restrict inheritance for a class so that no class can be inherited from it?
Is iterator a class or interface? What is its use?
Does PowerShell support OOPs?
What is the syntax of object oriented method call?
Why is OOP good?
What are the access modifiers?
What are the different principle of OOPS?
Write a program to show the inheritance used in a class.
Differentiate between data abstraction and encapsulation.
What is super keyword?
What is serialization? How do we implement serialization actually?
Can a class in java be inherited from more than one class?
What is meant by function overloading and function overriding?
What is the difference between class inheritance and interface inheritance?