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 the significance of encapsulation?
explain the difference between operator overloading and function overloading.
How can we restrict inheritance for a class so that no class can be inherited from it?
Explain basic concepts of OOPS?
What is ‘this’ pointer?
What is a functional interface? What is sam interface?
Explain serialization and overriding?
What is the abstract method modifier?
What are abstract functions? Why are they used?
What are the limitations of inheritance?
Difference between encapsulation and data hiding ?
What are the major differences between late and dynamic binding?
What is the use if instanceof keyword? And how do refer to a current instance of object?
Why does java not support multiple inheritance?
Explain OOPS.