what is java beans?

India
March 28, 2008 1:16am CST
i am learning java
1 response
• 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