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
Can a class implement two interfaces having default method with same name and signature?
What is the difference between class inheritance and interface inheritance?
Write about abstract base classes?
Explain colloboration
What is abstract method?
Which OOPS concept exposes only the necessary information to the calling functions?
How many methods do u implement if implement the serializable interface?
What is diamond inheritance problem? How java 8 solves this problem?
How can we restrict inheritance for a class so that no class can be inherited from it?
Explain about object oriented databases?
What are sealed modifiers?
What is the benefit of using inheritance?
What is hybrid inheritance?
What is dynamic or run time polymorphism?
What is a try/ catch block?