spring - Is java bean and java pojo same? -
this question has reply here:
what difference between javabean , pojo? 3 answersis java bean
and java pojo
same thing or there differences?
all javabeans pojos not pojos javabeans.
a javabean java object satisfies programming conventions: javabean class must implement either serializable or externalizable javabean class must have no-arg constructor javabean properties must public setter , getter methods (as appropriate) javabean instance variables should private
java spring java-ee
No comments:
Post a Comment