what is java beans?
@masinakishore (11)
India
1 response
@silvermoney (241)
• India
25 Jan 09
JavaBeans are usual Java classes which adhere to certain coding conventions. Following are the coding conventions I am talking about :
* Implements java.io.Serializable interface
* Provides no argument constructor
* Provides getter and setter methods for accessing it's properties