adspace


What is hibernate and how it works?

Answer Posted / Shashank Sharma

Hibernate is an open-source, Object-Relational Mapping (ORM) tool for Java that provides a framework to convert Java objects into database tables, making it easier to interact with the database. It works by mapping Java classes to database tables, allowing developers to save, retrieve and update data using Java objects instead of SQL queries. This abstraction helps in reducing the amount of code required to perform database operations.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493