Content deleted Content added
m →External links: added hard to find tutorial link |
|||
Line 10:
The naming conventions are:
* Every java bean class should implement java.io.Serializable interface
* It should have
* Its properties should be accessed using get and set methods
* It should contain the required event handling methods
|