I have many doubts in POJO. And seek for a clear definition with a tiny example.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
POJO = plain old java object == Java object, which has no technological dependence on any framework etc.
DOJO = I know only about this javascript framework...
POJO Plain Old Java Object. Basically a class with attributes and it's getters and setters.
DOJO haven't heard of it. A JavaScript framework. :)
pojo : plain old java object
dojo : http://dojotoolkit.org/ A javascript ajax framework though has nothing to do with java
EDIT 1:
eg. for pojo class: