JavaBeans: Difference between revisions

Content deleted Content added
Fvdham (talk | contribs)
page created
mNo edit summary
Line 5:
 
The naming conventions are:
* everyEvery java bean class should implement java.io.Serializable interface;
* itIt should have the 0 argument constructor;
* itsIts properties should be accessed using get, and set methods;
* itIt should contain the required event handling methods.
 
=== See also ===