1. What is Hibernate?
Hibernate framework
simplifies the development of java application to interact with the database.
Hibernate is an open source and lightweight ORM
(Object Relational Mapping) tool.
2. What is ORM?
ORM
stands for Object Relational Mapping. ORM tool simplifies the data creation,
data manipulation and data access. It is a programming technique that maps the
object to the data stored in the database.