JavaBean은 단지 클래스 작성 규약일뿐이다.
-
All properties are private (use getters/setters)
-
A public no-argument constructor
-
Implements Serializable.
-
https://stackoverflow.com/questions/3295496/what-is-a-javabean-exactly
JavaBean은 단지 클래스 작성 규약일뿐이다.
All properties are private (use getters/setters)
A public no-argument constructor
Implements Serializable.
https://stackoverflow.com/questions/3295496/what-is-a-javabean-exactly