Possible Duplicate:
Difference between DTO, VO, POJO, JavaBeans?
Hi please don't say my question is duplicate :-) I saw all questions but didn't understand the exact difference.
Can someone explain what is POJO
, Bean
, Normal Class
in easy language?
Normal Class
: A Java class
Java Beans
:
Pojo
:
Plain Old Java Object is a Java object not bound by any restriction other than those forced by the Java Language Specification. I.e., a POJO should not have to