Difference between JavaBean, POJO and normal class? [duplicate]

六眼飞鱼酱① 提交于 2019-12-06 11:26:16

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!