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 are the properties that are defined in an object model?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Explain about multiple inheritance?
What are the different principle of OOPS?
What does the “abstract” keyword mean in front of a method? A class?
Can constructors be parameterized?
What is Abstract method and how different from Virtual Method?
What are the problems faced by the developer using object oriented programming language?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Why dynamic binding is used in object-oriented programming?
Differentiate between an abstract class and an interface?
Which oops concept exposes only necessary information to the calling functions?
Explain what is meant by polymorphism?
What are the various types of constructors?
Explain the usage of encapsulation?