问题
Possible Duplicates:
What is the difference between a JavaBean and a POJO?
Difference between DTO, VO, POJO, JavaBeans?
Could you please explain the difference between JavaBean, POJO class and normal class in Java technology?
回答1:
Not much.
A JavaBean has to follow certain naming conventions laid down in the JavaBean spec, but otherwise they are all the same.
来源:https://stackoverflow.com/questions/3149932/difference-between-javabean-pojo-and-normal-class