JavaBeans: Difference between revisions

Content deleted Content added
m buiness->business - Fix a typo in one click
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 20:
It is the ability to save the current state of a Bean, including the values of a Bean's properties and instance variables, to nonvolatile storage and to retrieve them at a later time.
*Methods
A bean should use [[Mutator_method#Java_example|accessor methods]] to [[Encapsulation_(computer_programming)|encapsulate]] the properties. A bean can provide other methods for buinessbusiness logic not related to the access to the properties.
 
== Advantages ==