Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能的重复: JavaBean 和 POJO 有什么区别? DTO、VO、POJO、JavaBeans 的区别?
你能解释一下Java技术中JavaBean、POJO类和普通类的区别吗?
不多。
JavaBean 必须遵循 JavaBean 规范中规定的某些命名约定,但除此之外它们都是相同的。
I have some lists of the type ObservableCollection<SampleObject> They all end with a letter of the alphabet: lista, listb, listc... Now i want to
ObservableCollection<SampleObject>