What is JAVA BEAN???
JavaBeans are reusable software components for Java. Practically, they are classes that encapsulate many objects into a single object. They are serializable, have a 0-argument constructor, and allow access to properties using getter and setter methods.
I understood, I think, that a "Bean" is a Java class with properties and getters/setters.
No comments:
Post a Comment