A java bean is simply a convention for a class. For a class to be considered a bean, it must simply possess:
- A default constructor
- Getter and Setter Methods
- Implements the Serializable interface, so it can its states be saved, streamed, and passed to other applications
~CodeCrunchCorner~
No comments:
Post a Comment