Ad Code

JavaBeans Design Conventions


JavaBeans Design Conventions

These conventions are:
-A bean class must have a zero argument constructor
-A bean class should not have any public instance variables/attributes (fields)
-Private values should be accessed through setters/getters
-A bean class must be serializable
Reactions

Post a Comment

0 Comments