Gadgets

Showing posts with label Hibernate interview questions. Show all posts
Showing posts with label Hibernate interview questions. Show all posts

Wednesday, 27 January 2016

Hibernate Interview Questions and Answers

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.