What are the POJO classes?

POJO classes It is an ordinary Java object , not bound by any special restriction other than those forced by the Java Language Specification and not requiring any classpath. POJOs are used for increasing the readability and re-usability of a program.

Read more