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 Polymorphism, overloading, overriding and virtual?
What do you mean by operator overloading?
Does java support multiple inheritance? if not, what is the solution?
Explain static binding
Explain about the relationship between object oriented programming and databases?
Explain what is object oriented programming language?
Does a class inherit the constructor of its super class?
Explain about inheritance hierarchies?
Why abstraction is important?
What are the basic concepts of oop?
Describe inheritance and non-inheritance of a derived class?
How to define an abstract class?
How a program can be structured using the concept of object oriented programming?
How many instances can be created for an abstract class?
Explain about instance in object oriented programming?