0
What is beans in java?
Can anyone please explain what are beans in java, what it exactly dose and how it actually works?
1 Resposta
+ 1
class that has a default constructor.
setter and getter methods for all private member variables
and implements Serializable(java.io.Serializable)
:)