开发者

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

开发者 https://www.devze.com 2023-01-05 18:39 出处:网络
This question already has a开发者_StackOverflownswers here: Closed 12 years ago. Possible Duplicates:
This question already has a开发者_StackOverflownswers here: Closed 12 years ago.

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?


Not much.

A JavaBean has to follow certain naming conventions laid down in the JavaBean spec, but otherwise they are all the same.

0

精彩评论

暂无评论...
验证码 换一张
取 消