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 is the main advantage of using inheritance?
Whether static method can use nonstatic members?
What is a default method? Why do we need default methods in java 8 interfaces?
What is composition? Explain the purpose of composition.
What is multiple inheritance? How java 8 supports multiple inheritance?
Can I implement polymorphism using abstract class?
What is Abstract method and how different from Virtual Method?
What is the use of finalize method?
What is diamond inheritance problem? How java 8 solves this problem?
What is a virtual function?
Can you give some examples of tokens?
Can an interface contain fields?
What is operator overloading and polymorphism?
What is the syntax of object oriented method call?
How can I be thrown polymorphically?