JavaBeans: Difference between revisions

Content deleted Content added
Line 9:
 
The naming conventions are:
'[[Image:''* Every java bean class should implement java.io.Serializable interface
* It should have non parametric constructor
* Its properties should be accessed using get and set methods
* It should contain the required event handling methods''']]
 
== See also ==