In bean standards, it is mentioned that it must implement serializable.
But in general developers say to create beans which means simple setter/getter.
Is bean correct terminology or any other terminology for class with setter and getter methods?
In bean standards, it is mentioned that it must implement serializable.
But in general developers say to create beans which means simple setter/getter.
Is bean correct terminology or any other terminology for class with setter and getter methods?
I think it's just called a class that follows Object Oriented Programming (OOP) principles when you use getters and setters and make the fields private.
http://codebetter.com/raymondlewallen/2005/07/19/4-major-principles-of-object-oriented-programming/