POJOs
Plain Old Java Objects
- Not strictly a data type
- Refers to a Java object without any framework restriction. That is, its not tied to any framework.
- Used to move around data
- Typically, just has fields and corresponding getters and setters.
Plain Old Java Objects