
Java
文章平均质量分 88
LongZh_CN
A beginner for too many things!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Learning C from Java
This is a list of differences between Java and C, and assumes that the reader knows less about the latter. It's worth familiarising yourself with all the points, even if you don't fully understand the转载 2012-07-24 00:28:28 · 1906 阅读 · 0 评论 -
Difference between DTO, VO, POJO, JavaBeans?
JavaBeansA JavaBean is a class that follows the JavaBeans conventions as defined by Sun. Wikipedia has a pretty good summary of what JavaBeans are:JavaBeans are reusable software components for Java t...转载 2018-03-08 10:15:37 · 391 阅读 · 0 评论