Google News
logo
Java Hibernates - Interview Questions
What are POJOs and what's their significance?
* POJOs( Plain Old Java Objects) are java beans with proper getter and setter methods for each and every properties.

* Use of POJOs instead of simple java classes results in an efficient and well constructed code.
Advertisement