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 the function of pure virtual functions?
What are the problems faced by the developer using object oriented programming language?
What is dynamic or run time polymorphism?
How many instances can be created for an abstract class?
Classes and structs support inheritance. Is this statement true or false?
Name the different creational patterns in object oriented design?
What is a ternary operator?
What is the difference between a virtual method and an abstract method?
Explain about inheritance hierarchies?
Explain the purpose of composition.
State two differences between an object and a class.
What is abstraction? How does it differ from encapsulation
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What is data encapsulation and what is its significance?
What is the difference between an abstract class and interface in java?