Answer Posted / 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 |
Post New Answer View All Answers
How can we restrict inheritance for a class so that no class can be inherited from it?
Explain about the relationship between object oriented programming and databases?
Can you instantiate an abstract class and what is an inner class?
State some of the advantages of object oriented programming?
How does abstraction differ from encapsulation.
Explain about uml?
What do you mean by data hiding?
What are all the operators that cannot be overloaded?
How can I be thrown polymorphically?
What is the order of call of constructors in inheritiance?
Is is possible to define our own functional interface?
Can we use static method definitions in interfaces?
What is a functional interface? What is sam interface?
What does the “abstract” keyword mean in front of a method? A class?
What do you mean by "explicitly implemeting an interface". Give an example?