Hibernate (Java) Question:
Download Job Interview Questions and Answers PDF
What is Hibernate?
Answer:
Hibernate is a pure Java object-relational mapping (ORM) and persistence framework that allows you to map plain old Java objects to relational database tables using (XML) configuration files.Its purpose is to relieve the developer from a significant amount of relational data persistence-related programming tasks.
Download Hibernate Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the ORM level? | What is ORM? |