Java Beans Question:
Download Questions PDF

What is bean persistance property?

Answer:

A bean has the property of persistence when its properties, fields, and state information are saved to and retrieved from storage. Component models provide a mechanism for persistence that enables the state of components to be stored in a non-volatile place for later retrieval.

Download Java Beans Interview Questions And Answers PDF

Previous QuestionNext Question
Why do I get a NullPointerException when loading a JAR file into the BeanBox?What are externizable interface?