I understood, I think, that a \"Bean\" is a Java class with properties and getters/setters. As much as I understand, it is the equivalent of a C struct. Is that true?
<
JavaBeans are Java classes which adhere to an extremely simple coding convention. All you have to do is to
java.io.Serializable
interface - to save the state of an
object