Answer:
Java Beans are usual Java classes which adhere to certain coding conventions:
► Implements java.io.Serializable interface
► Provides no argument constructor
► Provides getter and setter methods for accessing it's properties.
► Implements java.io.Serializable interface
► Provides no argument constructor
► Provides getter and setter methods for accessing it's properties.
Previous Question | Next Question |
What is the relationship between Enterprise JavaBeans and JavaBeans? | Why do I get a NullPointerException when loading a JAR file into the BeanBox? |