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
What is a default method? Why do we need default methods in java 8 interfaces?
Which keyword can be used for overloading?
Is it possible to create partial structs, interfaces and methods?
How can we restrict inheritance for a class so that no class can be inherited from it?
Define exceptions?
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
Classes and structs support inheritance. Is this statement true or false?
What is the best tool for modeling and ORM framework
What is meant by function overloading and function overriding?
What is single and multiple inheritance?
What is bootstrap, extension and system class loader?
Explain about Overloading vs Overriding ?
What is an abstract property. Give an example?
What are the basic concepts of oop?